From 2409240d3104a2b68de53ca5f3c9a4a6aca01140 Mon Sep 17 00:00:00 2001 From: Greta Doci Date: Mon, 16 Sep 2019 17:12:10 +0200 Subject: 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(-) (limited to 'apps/files') diff --git a/apps/files/css/mobile.scss b/apps/files/css/mobile.scss index 111909bf957..aaf3dd1fa79 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; -- cgit v1.2.3