From 1c12a6a82ff120754e75d62c4ab32149bc84ed2b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 30 Aug 2022 04:00:24 +0200 Subject: [PATCH] decrease max-height for #chat-window by 1vh --- files/templates/chat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/chat.html b/files/templates/chat.html index 0a4c49a2b..4007ac864 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -86,7 +86,7 @@ margin-top: 0.5rem; } #chat-window { - max-height: 63vh; + max-height: 62vh; } }