From b1dba34658ab0320d24decf9ee275ed152667010 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 22 Jan 2023 10:36:14 +0200 Subject: [PATCH] smaller chat messages --- files/assets/css/chat.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/assets/css/chat.css b/files/assets/css/chat.css index e7f4f1b9a..94be9b775 100644 --- a/files/assets/css/chat.css +++ b/files/assets/css/chat.css @@ -132,14 +132,14 @@ lite-youtube { } .chat-message { - max-height: 50vh; + max-height: 30vh; overflow: auto; max-width: 80%; display: inline-block; } .resizable>video { - max-height: 48vh!important; + max-height: 28vh!important; margin: 14px 0 0 0!important; }