From 437d42ea3da02a60f3e62cdff7988608f1dc559d Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 9 Feb 2026 13:05:35 +0000 Subject: [PATCH] better top bar --- frontend/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/style.css b/frontend/style.css index f95e803..d2673a8 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -605,17 +605,20 @@ body.theme-light .setting-item select option { flex-wrap: wrap; height: auto; padding: 12px 16px; + row-gap: 10px; } .search-container { order: 3; width: 100%; max-width: 100%; + flex-basis: 100%; } .actions { order: 2; - width: 100%; + width: auto; + margin-left: auto; justify-content: flex-end; } }