mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adjusting image preview on right to account for scroll bar in Split view. This one's for you @reybango.
This commit is contained in:
parent
a0b933ef44
commit
27c411b5cd
1 changed files with 5 additions and 1 deletions
|
@ -1946,7 +1946,7 @@ img.feed_favicon {
|
|||
|
||||
.NB-story-title .NB-storytitles-story-image {
|
||||
position: absolute;
|
||||
right: -84px;
|
||||
right: -80px;
|
||||
width: 78px;
|
||||
height: 100%;
|
||||
background-size: 40%, cover;
|
||||
|
@ -2037,6 +2037,10 @@ img.feed_favicon {
|
|||
word-break: break-word;
|
||||
transition: padding 0.36s ease-out, margin 0.36s ease-out, top 0.36s ease-out;
|
||||
}
|
||||
.NB-image-preview-small-right .NB-story-title.NB-has-image a.story_title,
|
||||
.NB-image-preview-large-right .NB-story-title.NB-has-image a.story_title {
|
||||
padding-right: 12px;
|
||||
}
|
||||
|
||||
.NB-density-compact .NB-story-title a.story_title {
|
||||
padding-top: 4px;
|
||||
|
|
Loading…
Add table
Reference in a new issue