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 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-01-13 23:07:20 +00:00
parent 7069c8b636
commit c5ce35ff13

View File

@@ -425,7 +425,7 @@ body {
/* Right sidebar */
.sidebar {
grid-column: 2;
grid-column: 3;
grid-row: 1;
display: flex;
flex-direction: column;