]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix the recent/favorite/shared filename problem 17162/head
authorGreta Doci <gretadoci@gmail.com>
Mon, 16 Sep 2019 15:12:10 +0000 (17:12 +0200)
committerGreta Doci <gretadoci@gmail.com>
Mon, 16 Sep 2019 15:12:10 +0000 (17:12 +0200)
Signed-off-by: Greta Doci <gretadoci@gmail.com>
apps/files/css/mobile.scss

index 111909bf9570a690421ee757ac474d4eb3c07828..aaf3dd1fa7979c23b6a1d4ee75233e926efc45b7 100644 (file)
@@ -2,7 +2,7 @@
    $breakpoint-mobile +1 = size where app-navigation is hidden +1
    688 = table min-width */
 $min-table-width: 688px;
-@media only screen and (max-width: $min-table-width + $navigation-width) and (min-width: $breakpoint-mobile 1), only screen and (max-width: $min-table-width) {
+@media only screen and (max-width: $min-table-width + $navigation-width) and (min-width: $breakpoint-mobile -1), only screen and (max-width: $min-table-width) {
 
 .app-files #app-content.dir-drop{
        background-color: rgba(255, 255, 255, 1)!important;