Files
therinaldos.com/wedding-pics/apps/files_pdfviewer/css/minmode.css
T
david ef1ff240d4
Build & Deploy to DigitalOcean Space / build (push) Failing after 2m38s
migrate therinaldos.com data
2024-05-05 15:50:45 -04:00

26 lines
424 B
CSS

.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;
}