From 96f4f3b8e4681f2d2ca54ca727cb3416accdefe2 Mon Sep 17 00:00:00 2001 From: Marcus Kida Date: Wed, 11 Feb 2026 12:04:45 +0100 Subject: [PATCH] Improve filters box --- static/index.html | 18 +++++++++--------- static/style.css | 17 +++++++++++++++-- 2 files changed, 24 insertions(+), 11 deletions(-) diff --git a/static/index.html b/static/index.html index 5a1b7e6..dd8adf0 100644 --- a/static/index.html +++ b/static/index.html @@ -11,8 +11,8 @@
- - + +
@@ -20,14 +20,14 @@
-
- - - - -
- Advanced + Filters +
+ + + + +
diff --git a/static/style.css b/static/style.css index 2cdcec8..7b7760f 100644 --- a/static/style.css +++ b/static/style.css @@ -117,6 +117,19 @@ html, body { user-select: none; } +.band-text { + display: inline-flex; + flex-direction: column; + line-height: 1.1; +} + +.band-sub { + font-size: 9px; + font-weight: 400; + opacity: 0.45; + align-self: flex-end; +} + .band-2m { color: #1976D2; } @@ -224,8 +237,8 @@ html, body { .count { margin-left: auto; - font-size: 12px; - color: var(--text-faint); + font-size: 10px; + color: var(--text-fainter); white-space: nowrap; }