1
0
mirror of https://github.com/flarum/core.git synced 2025-07-20 08:11:27 +02:00

Show "reply" action in discussion menu on mobile

This commit is contained in:
Toby Zerner
2015-11-18 15:55:28 +10:30
parent 9cc6a6fd79
commit b780111af5

View File

@@ -127,11 +127,13 @@
} }
} }
@media @tablet-up {
.Dropdown-menu li:first-child { .Dropdown-menu li:first-child {
&, + li.Dropdown-separator { &, + li.Dropdown-separator {
display: none; display: none;
} }
} }
}
} }
.Dropdown--expanded() { .Dropdown--expanded() {