From 043216d356cd60cad885b754c3c65f048cb8eb84 Mon Sep 17 00:00:00 2001
From: kpetrilli <kpetrilli@icloud.com>
Date: Thu, 17 Sep 2020 18:20:29 +0000
Subject: [PATCH] Applied media rules for small screens to printers as well
---
assets/css/style.css | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/assets/css/style.css b/assets/css/style.css
index b117688..e888044 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -814,7 +814,8 @@
display: none;
}
-@media screen and (max-width: 960px) {
+@media screen and (max-width: 960px),
+print {
.sidebar {
width: 100%;
position: absolute;
--
Gitblit v1.10.0