]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix files mobile view 3353/head
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Wed, 1 Feb 2017 17:39:27 +0000 (18:39 +0100)
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Wed, 1 Feb 2017 17:39:27 +0000 (18:39 +0100)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
apps/files/css/mobile.css

index 4a37bf15a4bdca223d02d888c8913cdcac75e09e..4a5abd2b73c2983c0512d5c1f751fdf5492f2f06 100644 (file)
@@ -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;