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: e82116108bb21725084fff66a28a09fc6635a3aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.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;
}