From d6f5127cd6311ff6a375e229f200143b43c1efef Mon Sep 17 00:00:00 2001 From: Smittix Date: Fri, 30 Jan 2026 10:31:23 +0000 Subject: [PATCH] fix: Add direct link to layout.css in dashboard templates CSS @import from within stylesheets may not load reliably. Adding direct tags ensures layout.css (with nav styles) is loaded on all dashboard pages. Co-Authored-By: Claude Opus 4.5 --- templates/adsb_dashboard.html | 3 ++- templates/ais_dashboard.html | 3 ++- templates/satellite_dashboard.html | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/templates/adsb_dashboard.html b/templates/adsb_dashboard.html index 7efc073..560525b 100644 --- a/templates/adsb_dashboard.html +++ b/templates/adsb_dashboard.html @@ -5,8 +5,9 @@ AIRCRAFT RADAR // iNTERCEPT - + + {% if offline_settings.fonts_source == 'local' %} diff --git a/templates/ais_dashboard.html b/templates/ais_dashboard.html index 8b0e447..c346882 100644 --- a/templates/ais_dashboard.html +++ b/templates/ais_dashboard.html @@ -5,8 +5,9 @@ VESSEL RADAR // iNTERCEPT - + + {% if offline_settings.fonts_source == 'local' %} diff --git a/templates/satellite_dashboard.html b/templates/satellite_dashboard.html index 36c67bf..887189e 100644 --- a/templates/satellite_dashboard.html +++ b/templates/satellite_dashboard.html @@ -5,8 +5,9 @@ SATELLITE COMMAND // iNTERCEPT - + + {% if offline_settings.fonts_source == 'local' %}