From 2d89801e68b97bcb87f5ef5f327d467e879ac582 Mon Sep 17 00:00:00 2001 From: Greta Doci Date: Mon, 16 Sep 2019 17:12:10 +0200 Subject: [PATCH] Fix the recent/favorite/shared filename problem Signed-off-by: Greta Doci --- apps/files/css/mobile.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files/css/mobile.scss b/apps/files/css/mobile.scss index 111909bf95..aaf3dd1fa7 100644 --- a/apps/files/css/mobile.scss +++ b/apps/files/css/mobile.scss @@ -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;