From b05a4f32b6cc80e29d7ec9f07afd0b3eafcb26d8 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 6 Apr 2024 07:17:34 +0200 Subject: [PATCH] fix incorrect value --- files/assets/css/chat.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/css/chat.css b/files/assets/css/chat.css index da6e577d7..57adda636 100644 --- a/files/assets/css/chat.css +++ b/files/assets/css/chat.css @@ -68,7 +68,7 @@ blockquote { font-size: 12px !important; } #chat-window { - max-height: calc(100vh - 305px); + max-height: calc(100vh - 295px); } .chat-window-1 { max-height: calc(100vh - 263px) !important;