From 1addc05b19052b5ea97996a3d909073a8998d34b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 15 Aug 2022 07:29:24 +0200 Subject: [PATCH] make chat-window smaller on mobile to prevent overflow --- 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 c77eda395c..374878aa63 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 - 180px); + max-height: calc(100vh - 230px); } }