mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing padding on story titles in certain configurations.
This commit is contained in:
parent
e23cf14b29
commit
4f912ba5a3
1 changed files with 10 additions and 2 deletions
|
@ -1756,6 +1756,10 @@ hr {
|
|||
}
|
||||
.NB-image-preview-small-right:not(.NB-story-layout-grid) .NB-story-title.NB-has-image,
|
||||
.NB-image-preview-large-right:not(.NB-story-layout-grid) .NB-story-title.NB-has-image {
|
||||
padding-right: 242px;
|
||||
}
|
||||
.NB-image-preview-small-right:not(.NB-story-layout-grid) .NB-story-pane-west .NB-story-title.NB-has-image,
|
||||
.NB-image-preview-large-right:not(.NB-story-layout-grid) .NB-story-pane-west .NB-story-title.NB-has-image {
|
||||
padding-right: 90px;
|
||||
}
|
||||
/* Ragged right but not ragged left
|
||||
|
@ -1895,7 +1899,7 @@ hr {
|
|||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
overflow-wrap: break-word;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.NB-story-title.read a.story_title {
|
||||
|
@ -1903,7 +1907,7 @@ hr {
|
|||
}
|
||||
.NB-storytitles-title {
|
||||
overflow-wrap: break-word;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
}
|
||||
.NB-view-river .NB-story-title a.story_title {
|
||||
|
||||
|
@ -2348,6 +2352,10 @@ hr {
|
|||
.NB-content-preview-title .NB-story-grid {
|
||||
height: 296px;
|
||||
}
|
||||
.NB-image-preview-small-right .NB-layout-grid .NB-story-title.NB-selected.NB-has-image,
|
||||
.NB-image-preview-large-right .NB-layout-grid .NB-story-title.NB-selected.NB-has-image {
|
||||
padding-right: 242px;
|
||||
}
|
||||
|
||||
.NB-layout-grid .NB-story-titles,
|
||||
.NB-layout-grid.NB-grid-columns-3 .NB-story-titles,
|
||||
|
|
Loading…
Add table
Reference in a new issue