From ed9ed3c79b860cec6b3b803dcb55a362c59045bf Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Tue, 29 Aug 2023 18:45:49 +0300 Subject: [PATCH] Limit textareas height --- public/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/style.css b/public/style.css index 785847e1a..43d76c29d 100644 --- a/public/style.css +++ b/public/style.css @@ -882,6 +882,13 @@ textarea { font-family: "Noto Sans", "Noto Color Emoji", sans-serif; padding: 5px 10px; scrollbar-width: thin; + max-height: 90vh; + max-height: 90svh; +} + +textarea.autoSetHeight { + max-height: 50vh; + max-height: 50svh; } input,