From d941fc0061d8b1ded8b614fe4d6ee793e16dae78 Mon Sep 17 00:00:00 2001 From: ian Date: Thu, 24 Sep 2026 08:42:54 +0000 Subject: [PATCH] Update static/css/style.css --- static/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 8ac315c..3977ead 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -480,6 +480,12 @@ div.band-spot:hover span.band-spot-info { .table-fixed-on-desktop { table-layout: auto !important; } + + /* Free up extra space in activity filter */ + div.filter-section-body { + padding-left: 0.5em; + } + } @media (min-width: 992px) {