mirror of
https://github.com/flarum/core.git
synced 2025-07-20 00:01:17 +02:00
Apply split dropdown styles on mobiles too
Normal split dropdowns, not in the context of the app's primary control (top-right toolbar button), may be used by extensions (e.g. embed)
This commit is contained in:
@@ -109,8 +109,7 @@
|
||||
}
|
||||
|
||||
|
||||
@media @tablet-up {
|
||||
.Dropdown--split {
|
||||
.Dropdown--split {
|
||||
.Dropdown-toggle .Button-icon {
|
||||
display: none;
|
||||
}
|
||||
@@ -133,7 +132,6 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.Dropdown--expanded() {
|
||||
|
Reference in New Issue
Block a user