Fix download entry shown on public share menu when not in mobile
Due to a typo in the variable name the rule was not properly parsed and applied. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
parent
e65fd11419
commit
c887564e4f
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ thead {
|
|||
|
||||
// hide the download entry on the menu
|
||||
// on public share when NOT on mobile
|
||||
@media only screen and (min-width: $mobile_breakpoint + 1) {
|
||||
@media only screen and (min-width: $breakpoint-mobile + 1) {
|
||||
#body-public {
|
||||
.header-right {
|
||||
#header-actions-menu {
|
||||
|
|
Loading…
Reference in a new issue