From: Michael Tremer Date: Wed, 20 Dec 2023 15:05:55 +0000 (+0000) Subject: CSS: Make the PDF viewer use maximum space X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=307ede62b808244082156b39fe5ce3051757e628;p=ipfire.org.git CSS: Make the PDF viewer use maximum space Signed-off-by: Michael Tremer --- diff --git a/src/sass/main.sass b/src/sass/main.sass index 8181224a..518d3b7e 100644 --- a/src/sass/main.sass +++ b/src/sass/main.sass @@ -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;