Skip to content

Commit

Permalink
Merge pull request #115 from nextcloud/backport/113/stable14
Browse files Browse the repository at this point in the history
[stable14] Fix PDF sidebar shown in PDF thumbnails
  • Loading branch information
rullzer authored Jan 4, 2019
2 parents db1f275 + 2d20bdc commit 64d1122
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/minmode.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 64d1122

Please sign in to comment.