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

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2016-01-12 16:21:26 +0300
committerHendrik Leppelsack <hendrik@leppelsack.de>2016-01-12 16:26:52 +0300
commit5cb0348d6267b4764ebb74473afc34bd1bec4cb2 (patch)
treeb635b91da3405af50146dbf27b05981cf20e3415 /css
parent406677835e2a8b36d8de7e1ef2a84a7a1e4abd89 (diff)
fix regression introduced by 72069f4
Diffstat (limited to 'css')
-rw-r--r--css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
new file mode 100644
index 0000000..a3f6d5d
--- /dev/null
+++ b/css/style.css
@@ -0,0 +1,4 @@
+/* force full height on public template */
+#body-public .full-height {
+ height: 100%;
+}