mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Correcting image previews
This commit is contained in:
parent
a1e710361c
commit
7a747bea17
1 changed files with 15 additions and 0 deletions
|
@ -1920,6 +1920,14 @@ hr {
|
|||
left: -108px;
|
||||
top: 0;
|
||||
}
|
||||
.NB-image-preview-large-left .NB-view-river .NB-story-title .NB-storytitles-story-image {
|
||||
left: -132px;
|
||||
}
|
||||
.NB-image-preview-large-left .NB-view-river .NB-layout-list .NB-story-title .NB-storytitles-story-image,
|
||||
.NB-image-preview-large-left .NB-view-river .NB-story-pane-north .NB-story-title .NB-storytitles-story-image,
|
||||
.NB-image-preview-large-left .NB-view-river .NB-story-pane-south .NB-story-title .NB-storytitles-story-image {
|
||||
left: -234px;
|
||||
}
|
||||
.NB-image-preview-large-left .NB-layout-magazine .NB-story-title .NB-storytitles-story-image {
|
||||
height: 100%;
|
||||
top: 0;
|
||||
|
@ -2190,6 +2198,9 @@ margin-bottom: 4px;}
|
|||
width: 100%;
|
||||
margin: 0 0 14px 4px;
|
||||
}
|
||||
.NB-density-compact .NB-layout-magazine .NB-story-title .NB-story-feed {
|
||||
top: 0;
|
||||
}
|
||||
.NB-story-pane-west .NB-story-title .NB-story-feed {
|
||||
left: -47px;
|
||||
top: 14px;
|
||||
|
@ -2562,6 +2573,10 @@ margin-bottom: 4px;}
|
|||
padding: 2px 0 0 0;
|
||||
margin: 0;
|
||||
}
|
||||
.NB-density-compact .NB-story-grid a.story_title {
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
|
||||
.NB-story-grid .NB-storytitles-title {
|
||||
font-size: 16px;
|
||||
|
|
Loading…
Add table
Reference in a new issue