css: Fix vertical alignment of global filter counts..

This commit is contained in:
Tim Abbott 2017-05-09 19:17:33 -07:00
parent 60a81fef43
commit 3d5350408b
1 changed files with 3 additions and 6 deletions

View File

@ -190,19 +190,16 @@ li.hidden-filter {
#global_filters .count {
margin-right: 15px;
margin-top: 2px;
display: none;
line-height: 13px;
}
#stream_filters .count {
margin-right: 10px;
}
#global_filters .count {
line-height: 13px;
top: 3px;
margin-right: 15px;
}
.topic-name {
display: block;
line-height: 1.3em;