mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Font sizes for grid.
This commit is contained in:
parent
3aa661ab5b
commit
23d32808f1
1 changed files with 42 additions and 3 deletions
|
@ -1760,8 +1760,21 @@ a img {
|
|||
#story_titles .NB-story-title .NB-storytitles-author {
|
||||
padding-left: 12px;
|
||||
color: #808080;
|
||||
font-size: 11px;
|
||||
}
|
||||
.NB-theme-feed-size-xs #story_titles .NB-story-title .NB-storytitles-author {
|
||||
font-size: 9px;
|
||||
}
|
||||
.NB-theme-feed-size-s #story_titles .NB-story-title .NB-storytitles-author {
|
||||
font-size: 10px;
|
||||
}
|
||||
.NB-theme-feed-size-l #story_titles .NB-story-title .NB-storytitles-author {
|
||||
font-size: 12px;
|
||||
}
|
||||
.NB-theme-feed-size-xl #story_titles .NB-story-title .NB-storytitles-author {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
#story_titles .NB-story-title.read .NB-storytitles-author {
|
||||
color: #B6B6B6;
|
||||
}
|
||||
|
@ -2140,6 +2153,19 @@ a img {
|
|||
line-height: 1.3em;
|
||||
padding: 0;
|
||||
}
|
||||
.NB-theme-feed-size-xs #story_titles .NB-story-grid .NB-storytitles-title {
|
||||
font-size: 14px;
|
||||
}
|
||||
.NB-theme-feed-size-s #story_titles .NB-story-grid .NB-storytitles-title {
|
||||
font-size: 15px;
|
||||
}
|
||||
.NB-theme-feed-size-l #story_titles .NB-story-grid .NB-storytitles-title {
|
||||
font-size: 17px;
|
||||
}
|
||||
.NB-theme-feed-size-xl #story_titles .NB-story-grid .NB-storytitles-title {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
#story_titles .NB-story-grid .NB-storytitles-content-preview {
|
||||
margin: 12px 0 0 0;
|
||||
}
|
||||
|
@ -2176,9 +2202,22 @@ a img {
|
|||
#story_titles .NB-story-grid .NB-storytitles-content-preview {
|
||||
height: auto;
|
||||
-webkit-line-clamp: inherit;
|
||||
font-size: 12px;
|
||||
font-size: 13px;
|
||||
line-height: 1.44em;
|
||||
}
|
||||
.NB-theme-feed-size-xs #story_titles .NB-story-grid .NB-storytitles-content-preview {
|
||||
font-size: 11px;
|
||||
}
|
||||
.NB-theme-feed-size-s #story_titles .NB-story-grid .NB-storytitles-content-preview {
|
||||
font-size: 12px;
|
||||
}
|
||||
.NB-theme-feed-size-l #story_titles .NB-story-grid .NB-storytitles-content-preview {
|
||||
font-size: 14px;
|
||||
}
|
||||
.NB-theme-feed-size-xl #story_titles .NB-story-grid .NB-storytitles-content-preview {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
#story_titles .NB-story-grid.read .NB-storytitles-content-preview {
|
||||
color: #D6D6DE;
|
||||
}
|
||||
|
@ -9300,10 +9339,10 @@ form.opml_import_form input {
|
|||
float: left;
|
||||
}
|
||||
.NB-modal-preferences .NB-preference .NB-preference-options input[type=radio] {
|
||||
margin-top: 4px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
.NB-modal-preferences .NB-preference .NB-preference-options input[type=checkbox] {
|
||||
margin-top: 5px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
.NB-modal-preferences .NB-preference .NB-preference-options label {
|
||||
padding-left: 4px;
|
||||
|
|
Loading…
Add table
Reference in a new issue