From 03900b0f24462c4e29ddc723f1bc55d3b9a9bee0 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Sun, 21 Apr 2024 16:37:08 +1200 Subject: [PATCH] print stylesheet --- app/static/scss/_print.scss | 9 +++++++++ app/static/styles.css | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/app/static/scss/_print.scss b/app/static/scss/_print.scss index 5aa28a40..9ee98732 100644 --- a/app/static/scss/_print.scss +++ b/app/static/scss/_print.scss @@ -25,4 +25,13 @@ .div.navbar { border-bottom: none; } + + .limit_height { + overflow: visible!important; + max-height: initial; + } + + .comment .show-more { + display: none; + } } \ No newline at end of file diff --git a/app/static/styles.css b/app/static/styles.css index 99b5b28e..3f286c59 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -890,6 +890,15 @@ div.navbar { .div.navbar { border-bottom: none; } + + .limit_height { + overflow: visible !important; + max-height: initial; + } + + .comment .show-more { + display: none; + } } /*# sourceMappingURL=styles.css.map */