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; } }