From c0e33f1b210b7141ca48937077a37c475886b4d6 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 25 Feb 2024 01:13:12 +0200 Subject: [PATCH] try fixing orgy height --- files/assets/css/orgy.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/css/orgy.css b/files/assets/css/orgy.css index e6368a26e..5f25cde30 100644 --- a/files/assets/css/orgy.css +++ b/files/assets/css/orgy.css @@ -15,7 +15,7 @@ flex-flow: column wrap; } #chat-window { - max-height: 38vh !important; + max-height: 36vh !important; } }