From 73f72d8c37e9b07525a789fc5e281a3550fb96f7 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 5 Feb 2023 10:44:55 +0200 Subject: [PATCH] tag-browser: Don't bother showing hint banner in narrow screens --- html_resources/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/html_resources/main.css b/html_resources/main.css index 54b93e4..b943b01 100644 --- a/html_resources/main.css +++ b/html_resources/main.css @@ -163,12 +163,14 @@ pre > div{ opacity: 1; margin-inline-end: -13ch; } + .banner{ - z-index: 1; + display: none; } #site{ background-color: rgb(60,50,70); position: relative; + border-top: none; } #targets{ position: relative;