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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-02-11 17:01:55 +0300
committerJulius Härtl <jus@bitgrid.net>2019-02-11 17:01:55 +0300
commit07a00a52c58584634bc7c46fae8396fe86b43499 (patch)
tree62842bb19358e99b052bb48926e64b9701c13cb1 /css
parentfb221ead2d4a82b74797a5e57e65f0ce4511955c (diff)
Scale frame to 100% height on mobile
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'css')
-rw-r--r--css/mobile.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/mobile.css b/css/mobile.css
index 65cdedfc..70776cc7 100644
--- a/css/mobile.css
+++ b/css/mobile.css
@@ -10,4 +10,9 @@
#content {
padding-top: 0;
}
+
+ #richdocumentsframe {
+ height: 100vh;
+ }
+
}