💄 header nav

This commit is contained in:
2026-03-03 20:07:38 +10:00
parent 682623849e
commit f5953a4952
7 changed files with 216 additions and 3 deletions

View File

@@ -140,6 +140,15 @@
background: var(--editor-bg);
}
/* Flex row containing the optional outline panel + the CodeMirror editor */
.editor-body {
flex: 1;
display: flex;
flex-direction: row;
overflow: hidden;
min-height: 0;
}
/* ─── Chat area ────────────────────────────────────────────────── */
.chat-area {
overflow: hidden;