Show "reply" action in discussion menu on mobile

This commit is contained in:
Toby Zerner 2015-11-18 15:55:28 +10:30
parent 61b09ac982
commit bd750ca154

View File

@ -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;
}
}
}
}