summaryrefslogtreecommitdiffstats
path: root/apps/files/css
diff options
context:
space:
mode:
authorGreta Doci <gretadoci@gmail.com>2019-10-08 17:56:22 +0200
committerGreta Doci <gretadoci@gmail.com>2019-10-08 17:56:22 +0200
commitc0cf9d53d96888678d0db05fa725e6feb31df6dc (patch)
tree5a0fbdacf43258aa54698e6dbeff5655c67a9f90 /apps/files/css
parente4ab1461ffc3c2686c47547b230a20c564e09f92 (diff)
downloadnextcloud-server-c0cf9d53d96888678d0db05fa725e6feb31df6dc.tar.gz
nextcloud-server-c0cf9d53d96888678d0db05fa725e6feb31df6dc.zip
add comment
Signed-off-by: Greta Doci <gretadoci@gmail.com>
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/mobile.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/css/mobile.scss b/apps/files/css/mobile.scss
index aca131d36f8..3ba5f1e0d8d 100644
--- a/apps/files/css/mobile.scss
+++ b/apps/files/css/mobile.scss
@@ -1,6 +1,6 @@
-/* 938 = table min-width(688) + app-navigation width: 250
- 769 = size where app-navigation (768) is hidden +1
- 688 = table min-width */
+/* 938 = table min-width(688) + app-navigation width: 250\
+ $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) {