Fix vertical centering of unread message counts.

This fixes the vertical centering issue related to unread message
counts.

Fixes: #3862.
This commit is contained in:
Brock Whittaker 2017-03-01 11:45:28 -08:00 committed by Tim Abbott
parent 31bf60d3d8
commit ddc30b6650
1 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ li.hidden-filter {
#stream_filters .count {
position: absolute;
right: 20px;
top: 4px;
top: 2px;
padding: 2px 3px 1px 3px;
background: #80837f;
border-radius: 0px;
@ -143,7 +143,7 @@ li.hidden-filter {
#global_filters .count {
line-height: 13px;
top: 2px;
top: 3px;
}
.topic-name {