From c5d5b6e3c1f85bab1cc7e18f85b4b3ca8c101a1c Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Tue, 3 Oct 2023 14:59:35 +0100 Subject: [PATCH] Print Styles: Fixed header/footer content showing Extra bits were showing due to recent changes. Done a quick pass through major display views. Fixes #4594 --- resources/sass/print-styles.scss | 4 ---- resources/views/books/show.blade.php | 2 +- resources/views/layouts/parts/footer.blade.php | 2 +- resources/views/layouts/parts/header.blade.php | 2 +- resources/views/pages/show.blade.php | 2 +- resources/views/shelves/show.blade.php | 2 +- 6 files changed, 5 insertions(+), 9 deletions(-) diff --git a/resources/sass/print-styles.scss b/resources/sass/print-styles.scss index 2c51bd75c..cfc0ecdad 100644 --- a/resources/sass/print-styles.scss +++ b/resources/sass/print-styles.scss @@ -1,10 +1,6 @@ @use "sass:math"; @import "variables"; -header { - display: none; -} - html, body { font-size: 12px; background-color: #FFF; diff --git a/resources/views/books/show.blade.php b/resources/views/books/show.blade.php index 9e7df4156..8f7c3f6cf 100644 --- a/resources/views/books/show.blade.php +++ b/resources/views/books/show.blade.php @@ -17,7 +17,7 @@ @section('body') -
+