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>2019-01-04 11:54:13 +0300
committerGitHub <noreply@github.com>2019-01-04 11:54:13 +0300
commitd161f5cbb68b213c161cc02ffccde1560ad2ad9c (patch)
tree6f738c2ec65a012bebbdaa1aa1b8b4e193336e6b
parent6733294b11c8d4670fd06fd7ae16714f570e1251 (diff)
parent40d82f864f974f9f9dfe3277c1acddbf1701bd61 (diff)
Merge pull request #116 from nextcloud/backport/113/stable13v13.0.9RC2v13.0.9RC1v13.0.9v13.0.12RC1v13.0.12v13.0.11RC1v13.0.11v13.0.10stable13
[stable13] 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;
+}