From 526acf2cfdc2bb6e052ce8278a9871e3c7d59496 Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Fri, 22 May 2026 22:08:23 +0100 Subject: [PATCH] Remove table-fixed on mobile as it messes up the layout of the DX Opportunities table --- templates/about.html | 2 +- templates/add_spot.html | 4 ++-- templates/alerts.html | 4 ++-- templates/bands.html | 6 +++--- templates/base.html | 8 ++++---- templates/conditions.html | 8 ++++---- templates/map.html | 6 +++--- templates/spots.html | 6 +++--- templates/status.html | 4 ++-- webassets/css/style.css | 5 ++++- 10 files changed, 28 insertions(+), 25 deletions(-) diff --git a/templates/about.html b/templates/about.html index 0d4d667..a66c990 100644 --- a/templates/about.html +++ b/templates/about.html @@ -69,7 +69,7 @@

This software is dedicated to the memory of Tom G1PJB, SK, a friend and colleague who sadly passed away around the time I started writing it in Autumn 2025. I was looking forward to showing it to you when it was done.

- + {% end %} \ No newline at end of file diff --git a/templates/add_spot.html b/templates/add_spot.html index 3445ee7..8d0f712 100644 --- a/templates/add_spot.html +++ b/templates/add_spot.html @@ -69,8 +69,8 @@ - - + + {% end %} \ No newline at end of file diff --git a/templates/alerts.html b/templates/alerts.html index e2548a1..77c8b35 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -70,8 +70,8 @@ - - + + {% end %} \ No newline at end of file diff --git a/templates/bands.html b/templates/bands.html index 495b87a..e2e3712 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -76,9 +76,9 @@ - - - + + + {% end %} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index ca2f8a8..3d8880e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {% extends "skeleton.html" %} {% block head_extra %} - + @@ -19,9 +19,9 @@ integrity="sha384-L1eE4eD41kpBIWe2I0eHy+GnEUC4RIpcvibVW2JCminuPlTl+2Bc528iPdVMg5Dn" crossorigin="anonymous"> - - - + + + {% end %} {% block body %}
diff --git a/templates/conditions.html b/templates/conditions.html index 499b1e1..cdc9479 100644 --- a/templates/conditions.html +++ b/templates/conditions.html @@ -200,7 +200,7 @@
- +
@@ -233,7 +233,7 @@
- +
@@ -271,8 +271,8 @@ - - + + diff --git a/templates/map.html b/templates/map.html index 311ef2f..129318c 100644 --- a/templates/map.html +++ b/templates/map.html @@ -94,9 +94,9 @@ - - - + + + {% end %} \ No newline at end of file diff --git a/templates/spots.html b/templates/spots.html index 695ac49..999765d 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -104,9 +104,9 @@ - - - + + + {% end %} \ No newline at end of file diff --git a/templates/status.html b/templates/status.html index 0aa9ceb..3d2a8d8 100644 --- a/templates/status.html +++ b/templates/status.html @@ -59,8 +59,8 @@ - - + + diff --git a/webassets/css/style.css b/webassets/css/style.css index 98e53e0..0b6dcd3 100644 --- a/webassets/css/style.css +++ b/webassets/css/style.css @@ -336,7 +336,7 @@ div.band-spot:hover span.band-spot-info { display: none; } -.table-fixed { +.table-fixed-on-desktop { table-layout: fixed; } @@ -376,6 +376,9 @@ div.band-spot:hover span.band-spot-info { input#search { max-width: 7em; } + .table-fixed-on-desktop { + table-layout: auto !important; + } } @media (min-width: 992px) {