From 1cad4cc2f6b3387b2bcbc07c7567d85fe3928cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Mon, 5 Oct 2020 12:19:52 +0200 Subject: [PATCH] Remove navigation arrows from print --- static/css/theme.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/theme.css b/static/css/theme.css index abdf041dc8..f427a247c3 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -372,6 +372,11 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ display: table; } } +@media print { + #body #navigation { + display: none; + } +} #body .nav { position: fixed; top: 0;