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:
authorRobin Appelman <robin@icewind.nl>2016-12-01 16:59:35 +0300
committerRobin Appelman <robin@icewind.nl>2016-12-02 01:27:09 +0300
commit2a8cde91fb3f3280e26aebf5f2dde68c3073656a (patch)
treeb5384a8c487f264f59be2db1bffb32dbe61acbd6 /css
parente15b7e3c38a157cee51000c2d7b10592ed7b57db (diff)
show pdf preview in the files sidebar
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'css')
-rw-r--r--css/minmode.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/css/minmode.css b/css/minmode.css
new file mode 100644
index 0000000..e821161
--- /dev/null
+++ b/css/minmode.css
@@ -0,0 +1,18 @@
+.toolbar {
+ display: none;
+}
+
+#viewerContainer {
+ top: 0 !important;
+}
+
+body {
+ background-color: #fff;
+ background-image: none;
+}
+
+.pdfViewer .page {
+ margin: 10px auto;
+ border: 1px solid #ddd;
+ border-image: none;
+}