From 4bfd21d425f84516e9c363d4980c47cbb3a40177 Mon Sep 17 00:00:00 2001 From: Szymon Porwolik Date: Mon, 3 Nov 2025 01:06:23 +0100 Subject: [PATCH] Header improvment --- application/views/bandmap/list.php | 17 ++++++++++------- assets/css/bandmap_list.css | 5 +++++ 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/application/views/bandmap/list.php b/application/views/bandmap/list.php index 61de09e81..60ad3967f 100644 --- a/application/views/bandmap/list.php +++ b/application/views/bandmap/list.php @@ -32,15 +32,18 @@
DX Cluster - spot list
-
- -
- -
+ +
diff --git a/assets/css/bandmap_list.css b/assets/css/bandmap_list.css index 67802dde0..1d36fd088 100644 --- a/assets/css/bandmap_list.css +++ b/assets/css/bandmap_list.css @@ -490,6 +490,11 @@ table tbody tr.cat-nearest-above td { flex-direction: column; } +/* Reduce card header padding for more compact appearance */ +.card-header { + padding: 0.25rem 1rem !important; +} + .bandmap-fullscreen .card-header { flex: 0 0 auto; }