From 1045c65c43055d328912b35a9f6204a228fe7417 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 15 Aug 2022 07:30:38 +0200 Subject: [PATCH] like prev commit --- 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 8ee11fde6d..a78bd9e14e 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -76,7 +76,7 @@ margin-top: 0.5rem; } #chat-window { - max-height: calc(100vh - 235px); + max-height: calc(100vh - 250px); } }