Welcome to mirror list, hosted at ThFree Co, Russian Federation.

minmode.css « css - github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ca525db78d852f10e21985a4063dfee5cbacbe1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.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;
}

/* 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;
}