This commit is contained in:
2026-03-30 23:05:53 -05:00
parent ac9d9c42e8
commit 73dfdf9a85
16 changed files with 1947 additions and 1173 deletions

View File

@@ -35,8 +35,10 @@ body {
color: var(--text-primary);
display: flex;
flex-direction: column;
height: 100vh;
overflow: hidden;
height: auto !important;
min-height: 100vh;
overflow-y: auto !important;
}
/*
@@ -51,7 +53,7 @@ DESKTOP STYLES (REWORKED & CONSOLIDATED)
flex-direction: row;
flex-grow: 1;
height: 100vh;
overflow: hidden;
overflow-x: hidden;
}
.desktop-main {