summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-02-01 18:39:27 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-02-01 18:39:27 +0100
commite0e5b32f944bc922b7049f1a19a65ce3241c805c (patch)
tree200fb284b34be2c7b5501e202e6b969d757156d6 /apps
parent1952560ac75007f615fc5c7e1aaabe4799fe6aa3 (diff)
downloadnextcloud-server-e0e5b32f944bc922b7049f1a19a65ce3241c805c.tar.gz
nextcloud-server-e0e5b32f944bc922b7049f1a19a65ce3241c805c.zip
Fix files mobile view
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/mobile.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/files/css/mobile.css b/apps/files/css/mobile.css
index 4a37bf15a4b..4a5abd2b73c 100644
--- a/apps/files/css/mobile.css
+++ b/apps/files/css/mobile.css
@@ -1,4 +1,7 @@
-@media only screen and (max-width: 768px) {
+/* 938 = table min-width(688) + app-navigation width: 250
+ 769 = size where app-navigation (768) is hidden +1
+ 688 = table min-width */
+@media only screen and (max-width: 938px) and (min-width: 769px), only screen and (max-width: 688px) {
.app-files #app-content.dir-drop{
background-color: rgba(255, 255, 255, 1)!important;