feat(FN-4411): complete Step 3 — replace textarea with CodeMirror

Fusion-Task-Id: FN-4411
Fusion-Task-Lineage: d90785f2-b828-4fa0-b330-ede7f3c14349
This commit is contained in:
Fusion
2026-05-14 01:56:57 -07:00
committed by gsxdsm
parent 280466a163
commit 873f4ac2fd
2 changed files with 163 additions and 25 deletions

View File

@@ -669,10 +669,21 @@
min-height: 0;
}
.file-editor-container .cm-editor {
.file-editor-codemirror {
flex: 1;
min-height: 0;
overflow: hidden;
}
.file-editor-codemirror .cm-editor {
height: 100%;
}
.file-editor-codemirror .cm-scroller {
font-family: var(--font-mono);
font-size: calc(var(--space-md) + var(--space-xs) * 0.5);
}
/* File Editor Toolbar */
.file-editor-toolbar {
display: flex;