mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Moving feed title to above story title in related stories.
This commit is contained in:
parent
3c3d55a9f3
commit
78c4807c33
1 changed files with 16 additions and 0 deletions
|
@ -2115,6 +2115,7 @@ img.feed_favicon {
|
|||
|
||||
.NB-view-river .NB-story-title {
|
||||
padding-left: 178px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.NB-view-river .NB-story-pane-west .NB-story-title {
|
||||
|
@ -2711,6 +2712,21 @@ img.feed_favicon {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.NB-discover-story-titles .NB-story-title .NB-story-feed {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
position: static;
|
||||
margin: 2px 0 14px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.NB-discover-story-titles .NB-story-title .NB-story-feed img,
|
||||
.NB-discover-story-titles .NB-story-title .NB-story-feed .feed_title {
|
||||
position: static;
|
||||
display: block;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.NB-story-title .NB-story-manage-icon {
|
||||
display: none;
|
||||
position: absolute;
|
||||
|
|
Loading…
Add table
Reference in a new issue