Resize editor (#600)

This commit is contained in:
Thomas Miceli
2026-01-25 22:40:32 +08:00
committed by GitHub
parent 4ff71fb255
commit 24d0918e73

View File

@@ -92,7 +92,10 @@ code.hljs {
.cm-editor { .cm-editor {
height: 337px; height: 337px;
max-height: 337px; min-height: 100px;
max-height: none;
resize: vertical;
overflow: hidden;
} }
.line-code.selected { .line-code.selected {