Tweak positioning of inbox count on the user menu button

This commit is contained in:
Andy Allan 2020-01-29 17:00:01 +01:00
parent e5c33c119a
commit 290d2a2308

View file

@ -226,12 +226,11 @@ nav.secondary {
#inboxanchor { #inboxanchor {
display: inline-block; display: inline-block;
vertical-align: top;
height: 25px; height: 25px;
margin: 3px 0 3px 3px; margin: 3px 0 3px 3px;
background-color: lighten($grey, 10%); background-color: lighten($grey, 10%);
line-height: 20px; line-height: 20px;
border-radius: 2; border-radius: 3;
} }
.dropdown-menu { .dropdown-menu {