From 6f1c55029e41daeb8640fcf81e990df6da5433ea Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 17 May 2024 02:49:02 +0300 Subject: [PATCH] make message max height consistent with video max height --- files/assets/css/chat.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/css/chat.css b/files/assets/css/chat.css index 05e44953e..8bb1ca402 100644 --- a/files/assets/css/chat.css +++ b/files/assets/css/chat.css @@ -138,7 +138,7 @@ lite-youtube { } .chat-message { - max-height: 50vh; + max-height: 72vh; overflow: auto; max-width: 80%; display: inline-block;