f7cloud_client/apps/files_pdfviewer/css/minmode.css
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

30 lines
548 B
CSS

/**
* SPDX-FileCopyrightText: 2016 F7cloud GmbH and F7cloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
.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;
}