From 565cd15b872719762fe443db8fc331fae6668979 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Fri, 7 Aug 2026 16:04:53 +0200 Subject: [PATCH] ui: Sidebar 380px breit, Special Searches als Cloud MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sidebar-Breite von 280px auf 380px erhöht. Special Searches nutzen jetzt dasselbe flex-wrap Tag-Layout wie die Gruppen-Cloud. --- src/api/templates/_sidebar.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/api/templates/_sidebar.html b/src/api/templates/_sidebar.html index 47164d7..493c060 100644 --- a/src/api/templates/_sidebar.html +++ b/src/api/templates/_sidebar.html @@ -5,7 +5,7 @@ position: fixed; top: 136px; right: 2rem; - width: 280px; + width: 380px; background: #fff; border-radius: 8px; padding: 1rem 1.25rem; @@ -15,18 +15,18 @@ } .special-search-link { - display: block; - padding: 0.75rem; - background: #f8f9fa; - border-radius: 6px; + display: inline-block; + padding: 0.25rem 0.6rem; + background: #e7f3ff; color: #0066cc; + border-radius: 20px; + font-size: 0.8rem; text-decoration: none; - font-size: 0.875rem; transition: background 0.15s ease; } .special-search-link:hover { - background: #e7f3ff; + background: #d0e8ff; text-decoration: underline; } @@ -84,7 +84,7 @@ {% endif %} -