]> git.ipfire.org Git - ipfire.org.git/commitdiff
CSS: Make the PDF viewer use maximum space
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 20 Dec 2023 15:05:55 +0000 (15:05 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 20 Dec 2023 15:05:55 +0000 (15:05 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/sass/main.sass

index 8181224a6fbdf0f4212c6d4fa8ee7128152843b1..518d3b7e7023cdb8968509479b6ca57a3141fc45 100644 (file)
@@ -120,6 +120,11 @@ html, body
                                width: $widescreen
                                max-height: 100%
 
+// The PDF Viewer
+.pdf-viewer
+       width: 100%
+       min-height: 40rem
+
 // Used to wrap text on buttons
 .wrap-text
     height: max-content;