mirror of
https://github.com/smittix/intercept.git
synced 2026-07-20 07:18:11 -07:00
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:
@@ -385,7 +385,7 @@ body {
|
|||||||
|
|
||||||
/* Main display container (map + radar scope) */
|
/* Main display container (map + radar scope) */
|
||||||
.main-display {
|
.main-display {
|
||||||
grid-column: 1;
|
grid-column: 2;
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user