From 7e59451d476bd6ff853261398cc4ba71ebb7386a Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Fri, 7 Aug 2026 19:00:59 +0200 Subject: [PATCH] ui: special searches on mobile --- src/api/templates/_sidebar.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/api/templates/_sidebar.html b/src/api/templates/_sidebar.html index 493c060..cbc89a5 100644 --- a/src/api/templates/_sidebar.html +++ b/src/api/templates/_sidebar.html @@ -70,7 +70,11 @@ @media (max-width: 1450px) { .special-searches-box { - display: none; + position: static; + width: 100%; + max-height: none; + overflow-y: visible; + margin-top: 1.5rem; } }