This commit is contained in:
Aevann1 2022-04-02 17:39:41 +02:00
parent c4270cc61a
commit 0f2b09ca6b

View file

@ -66,7 +66,7 @@
margin-top: 0.5rem; margin-top: 0.5rem;
} }
#chat-window { #chat-window {
max-height: calc(100vh - 180px); max-height: calc(100vh - 250px);
} }
} }