mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing unread count sizing on folder headers.
This commit is contained in:
parent
50f06436ca
commit
e78118325b
1 changed files with 2 additions and 3 deletions
|
@ -749,7 +749,7 @@ a img {
|
|||
.NB-feedlist .folder .folder_title .NB-feedlist-collapse-icon,
|
||||
.NB-feeds-header .NB-feedlist-collapse-icon {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
top: 7px;
|
||||
right: 3px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
|
@ -865,10 +865,9 @@ a img {
|
|||
padding-top: 4px;
|
||||
}
|
||||
.NB-feeds-header .unread_count {
|
||||
margin-top: 2px;
|
||||
margin-top: 4px;
|
||||
line-height: 11px;
|
||||
}
|
||||
|
||||
.NB-feedlist-hide-read-feeds .NB-feedlist .feed {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue