Fix notifications dropdown appearance on mobile

This commit is contained in:
Toby Zerner 2015-09-04 13:50:33 +09:30
parent 3ec6e94c62
commit 8b6f6e3305

View File

@ -10,7 +10,7 @@
}
}
& .Dropdown-toggle .Button-label {
margin-left: 10px;
margin-left: 7px;
}
}
@media @tablet-up {
@ -30,7 +30,7 @@
.NotificationsDropdown-unread {
position: absolute;
top: 1px;
right: 1px;
left: 17px;
background: @header-color;
color: @header-bg;
font-size: 11px;