From 5631bd57a2191e25a6b64ce9263ce5b6f83145d3 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 26 Mar 2022 14:28:52 +0200 Subject: [PATCH] dfs --- 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 c09f0c0d41..59ace09461 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -66,7 +66,7 @@ margin-top: 0.5rem; } #chat-window { - max-height: calc(100vh - 200px); + max-height: calc(100vh - 190px); } }