]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix download entry shown on public share menu when not in mobile 15937/head
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Wed, 12 Jun 2019 13:36:13 +0000 (15:36 +0200)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Wed, 12 Jun 2019 13:36:13 +0000 (15:36 +0200)
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>
apps/files_sharing/css/public.scss

index 13a3ee291fa79815a9237b53a2cb7d1a4d24ca4e..f0f367d559687c1be4a27ffd6aa64aeb20f561b3 100644 (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 {