mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 10:25:42 +08:00
Fix notifications dropdown appearance on mobile
This commit is contained in:
parent
695df18be0
commit
b18909f1af
@ -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…
x
Reference in New Issue
Block a user