mirror of
https://github.com/flarum/framework.git
synced 2024-12-05 09:03:36 +08:00
Fix notifications dropdown appearance on mobile
This commit is contained in:
parent
3ec6e94c62
commit
8b6f6e3305
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user