mirror of
https://github.com/flarum/framework.git
synced 2024-11-24 23:49:20 +08:00
Show "reply" action in discussion menu on mobile
This commit is contained in:
parent
61b09ac982
commit
bd750ca154
|
@ -127,9 +127,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
.Dropdown-menu li:first-child {
|
||||
&, + li.Dropdown-separator {
|
||||
display: none;
|
||||
@media @tablet-up {
|
||||
.Dropdown-menu li:first-child {
|
||||
&, + li.Dropdown-separator {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user