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
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-11-26 22:07:23 +0300
committerGitHub <noreply@github.com>2018-11-26 22:07:23 +0300
commit3c06bfe5c412ac1568c796a93a5b093b100b3700 (patch)
tree4516b3168065c55c3b96d7afa43be7f339602d53
parent550312ad802130d022ea77a219db3a0095a34876 (diff)
parent6f252d4d540961984b56b834be05ce201766638c (diff)
Merge pull request #113 from nextcloud/fix-pdf-sidebar-shown-in-pdf-thumbnails
Fix PDF sidebar shown in PDF thumbnails
-rw-r--r--css/minmode.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/css/minmode.css b/css/minmode.css
index e821161..ca525db 100644
--- a/css/minmode.css
+++ b/css/minmode.css
@@ -16,3 +16,10 @@ body {
border: 1px solid #ddd;
border-image: none;
}
+
+/* Force hide the sidebar in the thumbnail, as whether it is shown or not
+ * depends on whether it was open or not the last time that the main viewer was
+ * used. */
+#sidebarContainer {
+ display: none;
+}