From dbedc7a7e1c3a296b5d81d552414948c844859f9 Mon Sep 17 00:00:00 2001 From: TobiasRoeddiger Date: Tue, 29 Jul 2025 13:53:55 +0200 Subject: [PATCH] improve readability of filter selection --- static/styles/filter.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/static/styles/filter.css b/static/styles/filter.css index 07a1c7d..5b9f88b 100644 --- a/static/styles/filter.css +++ b/static/styles/filter.css @@ -58,4 +58,13 @@ .select-buttons { justify-content: start; } +} + +.filter-wrapper { + background: #eee; + border: 1px solid transparent; + border-radius: 20px; + overflow: hidden; + margin: 0.5px; + padding: 2px 10px; } \ No newline at end of file