From b31e0e9e1d50a9a19486ed79d767df87c235ee42 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 20 Aug 2023 19:19:12 +0300 Subject: [PATCH] dont allow resizing chatbox --- files/assets/css/chat.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/assets/css/chat.css b/files/assets/css/chat.css index 35213cc33..6fbd50bd8 100644 --- a/files/assets/css/chat.css +++ b/files/assets/css/chat.css @@ -173,3 +173,7 @@ img[alt^="![]("], .img { padding-top: 1px !important; } } + +textarea { + resize: none !important; +}