summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-03-26 16:32:09 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-03-26 16:32:09 +0100
commiteeaefd84c3911a166920084947ad1018c744e6a6 (patch)
tree21ccb8878a83ef84ade5211d69815e0ad6c7adaf /apps/files_sharing/css
parent8958b9147b4134d1732b23882d8bc419572b7bd7 (diff)
downloadnextcloud-server-eeaefd84c3911a166920084947ad1018c744e6a6.tar.gz
nextcloud-server-eeaefd84c3911a166920084947ad1018c744e6a6.zip
change mobile breakpoint for shared view to 768px as well
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r--apps/files_sharing/css/mobile.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/css/mobile.css b/apps/files_sharing/css/mobile.css
index 988ae862efa..333c4c77fc9 100644
--- a/apps/files_sharing/css/mobile.css
+++ b/apps/files_sharing/css/mobile.css
@@ -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 {