From 35644eae034cd44b93ad2797e8fcfd903d403eb9 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 26 Mar 2022 14:27:01 +0200 Subject: [PATCH] fds --- files/templates/chat.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/files/templates/chat.html b/files/templates/chat.html index a8bac63f0..ff13808b5 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -57,7 +57,7 @@ @media (max-width: 768px) { #shrink * { - font-size: 10px; + font-size: 10px !important; } .fa-reply:before { font-size: 9px; @@ -65,6 +65,9 @@ .diff { margin-top: 0.5rem; } + #chat-window { + max-height: calc(100vh - 200px); + } } p {