From 06dd3dcc0003b08fc8b9f46c02a80878bf088e61 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 6 Apr 2024 07:10:40 +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 a6465d78c..da6e577d7 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 - 300px); + max-height: calc(100vh - 305px); } .chat-window-1 { - max-height: calc(100vh - 258px) !important; + max-height: calc(100vh - 263px) !important; } }