From 24d0918e730320df34703b6e1cfece1b3113e0c6 Mon Sep 17 00:00:00 2001 From: Thomas Miceli <27960254+thomiceli@users.noreply.github.com> Date: Sun, 25 Jan 2026 22:40:32 +0800 Subject: [PATCH] Resize editor (#600) --- public/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index 2eaf1f1..3a99024 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -92,7 +92,10 @@ code.hljs { .cm-editor { height: 337px; - max-height: 337px; + min-height: 100px; + max-height: none; + resize: vertical; + overflow: hidden; } .line-code.selected {