From 81602dd9e2b26e24083d3efe98a5d3597775152b Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 24 Aug 2023 04:49:35 +0300 Subject: [PATCH] decrease #chat-window on mobile from 37vh to 32vh --- 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 03137b3a0..28d987070 100644 --- a/files/assets/css/orgy.css +++ b/files/assets/css/orgy.css @@ -12,7 +12,7 @@ lite-youtube { flex-flow: column wrap; } #chat-window { - max-height: 37vh !important; + max-height: 32vh !important; } }