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