mirror of
https://github.com/flarum/core.git
synced 2025-05-16 20:29:46 +02:00
Fix notifications dropdown appearance on mobile
This commit is contained in:
parent
695df18be0
commit
b18909f1af
@ -10,7 +10,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
& .Dropdown-toggle .Button-label {
|
& .Dropdown-toggle .Button-label {
|
||||||
margin-left: 10px;
|
margin-left: 7px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media @tablet-up {
|
@media @tablet-up {
|
||||||
@ -30,7 +30,7 @@
|
|||||||
.NotificationsDropdown-unread {
|
.NotificationsDropdown-unread {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 1px;
|
top: 1px;
|
||||||
right: 1px;
|
left: 17px;
|
||||||
background: @header-color;
|
background: @header-color;
|
||||||
color: @header-bg;
|
color: @header-bg;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user