Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2014-02-05 14:06:42 +0400
committerJörn Friedrich Dreyer <jfd@butonic.de>2014-02-05 14:06:42 +0400
commit025ab0dabb4cdec86844947d1b058844f834cd00 (patch)
treeba787e4f4b2f84f51dcdab7ab7f3d21574d81a70 /apps
parent63b078b5501c764783e268bb7173fb9bcbaf6b36 (diff)
on mobile, show single shared image at full width without margin
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/css/mobile.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files_sharing/css/mobile.css b/apps/files_sharing/css/mobile.css
index 35b90eba148..5928074bab8 100644
--- a/apps/files_sharing/css/mobile.css
+++ b/apps/files_sharing/css/mobile.css
@@ -19,5 +19,12 @@ table tr:focus td.filename .nametext {
max-width: 60% !important;
}
+/* on mobile, show single shared image at full width without margin */
+#imgframe {
+ width: 100%;
+ padding: 0;
+ margin-bottom: 35px;
+}
+
} \ No newline at end of file