From 53493d693e6b75a51ff9dbd43114bf37548d9a43 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 6 Apr 2024 07:09:08 +0200 Subject: [PATCH] same as last commit --- files/assets/css/chat.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/assets/css/chat.css b/files/assets/css/chat.css index cc9652f0d..a6465d78c 100644 --- a/files/assets/css/chat.css +++ b/files/assets/css/chat.css @@ -68,10 +68,10 @@ blockquote { font-size: 12px !important; } #chat-window { - max-height: calc(100vh - 350px); + max-height: calc(100vh - 300px); } .chat-window-1 { - max-height: calc(100vh - 308px) !important; + max-height: calc(100vh - 258px) !important; } }