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
-
- -
- -
+
+ + " style="cursor: pointer; padding: 0.5rem; margin: -0.5rem; color: var(--bs-body-color); text-decoration: none; display: inline-flex; align-items: center;"> + + +
+
+
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; }