mirror of
https://github.com/smittix/intercept.git
synced 2026-07-17 13:58:11 -07:00
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:
@@ -425,7 +425,7 @@ body {
|
|||||||
|
|
||||||
/* Right sidebar */
|
/* Right sidebar */
|
||||||
.sidebar {
|
.sidebar {
|
||||||
grid-column: 2;
|
grid-column: 3;
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user