]> source.dussan.org Git - nextcloud-server.git/commitdiff
change mobile breakpoint for shared view to 768px as well
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 26 Mar 2014 15:32:09 +0000 (16:32 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 26 Mar 2014 15:32:09 +0000 (16:32 +0100)
apps/files_sharing/css/mobile.css

index 988ae862efa57b65175048ef913f57647f8f5713..333c4c77fc999c6acd16723d900384a1d3d110ee 100644 (file)
@@ -1,4 +1,4 @@
-@media only screen and (max-width: 600px) {
+@media only screen and (max-width: 768px) {
 
 /* make header scroll up for single shares, more view of content on small screens */
 #header.share-file {