From 9306814fb80413115d4e0a7c95cf5e21d07115bd Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 15 Aug 2022 07:43:46 +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 7a781c606..89f5bb6be 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -76,7 +76,7 @@ margin-top: 0.5rem; } #chat-window { - max-height: 90vh; + max-height: 80vh; } }