mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
Unread counts need more space
This commit is contained in:
parent
6c86bb479a
commit
cdcc2ee594
1 changed files with 2 additions and 2 deletions
|
@ -852,7 +852,7 @@ img.feed_favicon {
|
||||||
|
|
||||||
.NB-feedlists .folder .folder_title .feed_counts_floater,
|
.NB-feedlists .folder .folder_title .feed_counts_floater,
|
||||||
.NB-feeds-header .feed_counts_floater {
|
.NB-feeds-header .feed_counts_floater {
|
||||||
margin-right: 2px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.NB-feedlist .folder .folder_title .NB-feedlist-collapse-icon,
|
.NB-feedlist .folder .folder_title .NB-feedlist-collapse-icon,
|
||||||
|
@ -5077,7 +5077,7 @@ body {
|
||||||
.NB-feeds-header-starred .NB-feeds-header-count {
|
.NB-feeds-header-starred .NB-feeds-header-count {
|
||||||
background-color: #506B9A;
|
background-color: #506B9A;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
margin-right: 3px;
|
margin-right: 11px;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.NB-starred-feeds {
|
.NB-starred-feeds {
|
||||||
|
|
Loading…
Add table
Reference in a new issue