From 9807ece59ca90e40c6d39e627a79a3d96ae0a134 Mon Sep 17 00:00:00 2001 From: hyzen Date: Mon, 8 Jun 2026 15:25:52 +0530 Subject: [PATCH] Fix: comment box --- docs/css/custom.css | 3 ++- static/css/custom.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/css/custom.css b/docs/css/custom.css index 5f4670e..f1cded7 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -914,7 +914,8 @@ color: var(--foreground-color); font: inherit; font-size: 0.9rem; - resize: vertical; + resize: none; + min-height: 100px; outline: none; transition: border-color 0.2s; } diff --git a/static/css/custom.css b/static/css/custom.css index 5f4670e..f1cded7 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -914,7 +914,8 @@ color: var(--foreground-color); font: inherit; font-size: 0.9rem; - resize: vertical; + resize: none; + min-height: 100px; outline: none; transition: border-color 0.2s; }