Skip to content

Commit 3c06bfe

Browse files
authored
Merge pull request #113 from nextcloud/fix-pdf-sidebar-shown-in-pdf-thumbnails
Fix PDF sidebar shown in PDF thumbnails
2 parents 550312a + 6f252d4 commit 3c06bfe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

css/minmode.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@ body {
1616
border: 1px solid #ddd;
1717
border-image: none;
1818
}
19+
20+
/* Force hide the sidebar in the thumbnail, as whether it is shown or not
21+
* depends on whether it was open or not the last time that the main viewer was
22+
* used. */
23+
#sidebarContainer {
24+
display: none;
25+
}

0 commit comments

Comments
 (0)