From 35283e0649b2d29b417b59f7113e8372e3120817 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 6 Apr 2024 07:07:56 +0200 Subject: [PATCH] adjusting chat height on mobile --- 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 b64940f30..cc9652f0d 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 - 250px); + max-height: calc(100vh - 350px); } .chat-window-1 { - max-height: calc(100vh - 208px) !important; + max-height: calc(100vh - 308px) !important; } }