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:
Daniel Calviño Sánchez 2019-06-12 15:36:13 +02:00
parent e65fd11419
commit c887564e4f

View file

@ -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 {