Fix map display by updating grid-column to 2

ACARS is now in column 1, so main-display (map) needs to be in column 2.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-01-13 23:06:00 +00:00
parent 6149427753
commit 7069c8b636

View File

@@ -385,7 +385,7 @@ body {
/* Main display container (map + radar scope) */
.main-display {
grid-column: 1;
grid-column: 2;
grid-row: 1;
position: relative;
}