🐛 actually fix fullscreen text

This commit is contained in:
2026-05-15 12:11:08 +10:00
parent a1cdca0326
commit 3bcd8ac530

View File

@@ -79,6 +79,7 @@
.app-titlebar {
grid-column: 1 / -1;
grid-row: 1;
display: flex;
align-items: center;
justify-content: center;
@@ -179,6 +180,7 @@
/* ─── Sidebar ──────────────────────────────────────────────────── */
.sidebar {
grid-row: 2;
background: var(--sidebar-bg);
border-right: 1px solid var(--border);
overflow: hidden;
@@ -188,6 +190,7 @@
/* ─── Editor area ──────────────────────────────────────────────── */
.editor-area {
grid-row: 2;
display: flex;
flex-direction: column;
overflow: hidden;
@@ -205,6 +208,7 @@
/* ─── Chat area ────────────────────────────────────────────────── */
.chat-area {
grid-row: 2;
overflow: hidden;
display: flex;
flex-direction: column;