mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Correcting another positioning mistaken on vertical web story titles.
This commit is contained in:
parent
b6bef5dae3
commit
ecb614b6c8
1 changed files with 1 additions and 1 deletions
|
@ -1233,7 +1233,7 @@ background: transparent;
|
|||
.NB-story-pane-west .NB-feedbar .NB-feedbar-mark-feed-read {
|
||||
position: static;
|
||||
float: right;
|
||||
margin: 6px 0 6px 4px;
|
||||
margin: 6px 0 -2px 4px;
|
||||
}
|
||||
|
||||
.NB-feedbar .NB-feedlist-manage-icon {
|
||||
|
|
Loading…
Add table
Reference in a new issue