💄 word number position

This commit is contained in:
2026-05-22 22:14:58 +10:00
parent 6e5fdf9110
commit 9bfb336eed
2 changed files with 35 additions and 1 deletions

View File

@@ -4,10 +4,27 @@
min-width: 0;
height: 100%;
overflow: hidden;
display: flex;
flex-direction: column;
}
.codemirror-host {
height: 100%;
flex: 1;
min-height: 0;
overflow: hidden;
}
.editor-statusbar {
flex-shrink: 0;
padding: 3px 14px;
font-family: var(--font-sans);
font-size: 11px;
color: var(--text-muted);
text-align: right;
opacity: 0.55;
border-top: 1px solid var(--border);
user-select: none;
pointer-events: none;
}
.codemirror-host .cm-editor {