From dab1b84a6849712e73c08767536966bd29baa960 Mon Sep 17 00:00:00 2001 From: Otto Date: Sun, 31 May 2026 17:00:42 +0200 Subject: [PATCH] =?UTF-8?q?fix(dashboard):=20site-only=20layout=20?= =?UTF-8?q?=E2=80=94=20suchfeld=20oben,=20filter/export=20unten=20auf=20mo?= =?UTF-8?q?bil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index b316bd0..e7b1554 100644 --- a/static/style.css +++ b/static/style.css @@ -495,8 +495,8 @@ body { .stat-num { font-size: 1.15rem; } .tabs-bar { top: 48px; } .search-box { flex-wrap: wrap; } - #searchInput { flex: 1 1 100%; } - #filterSelect, #exportFormat, .btn-export { flex: 1 1 calc(33% - 6px); } + #searchInput { flex: 1 0 100%; min-width: 0; } + #filterSelect, #exportFormat, .btn-export { flex: 1 1 auto; min-width: 0; } .modal { padding: 14px 10px; } .modal-content { padding: 16px 12px; } }