From c5ce35ff133cdf95b01e0f526af2154d2fa853e0 Mon Sep 17 00:00:00 2001 From: Smittix Date: Tue, 13 Jan 2026 23:07:20 +0000 Subject: [PATCH] Fix right sidebar grid-column to 3 With ACARS in column 1 and map in column 2, the right sidebar needs to be in column 3. Co-Authored-By: Claude Opus 4.5 --- static/css/adsb_dashboard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/adsb_dashboard.css b/static/css/adsb_dashboard.css index 6e848f7..0ccb93c 100644 --- a/static/css/adsb_dashboard.css +++ b/static/css/adsb_dashboard.css @@ -425,7 +425,7 @@ body { /* Right sidebar */ .sidebar { - grid-column: 2; + grid-column: 3; grid-row: 1; display: flex; flex-direction: column;