From 11c25cad1892e0f4a47c551b2782e65e08afce87 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 17 May 2024 02:43:24 +0300 Subject: [PATCH] fix chat resizing --- files/assets/css/chat.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/files/assets/css/chat.css b/files/assets/css/chat.css index 2b7615bae..05e44953e 100644 --- a/files/assets/css/chat.css +++ b/files/assets/css/chat.css @@ -156,8 +156,10 @@ lite-youtube { overflow-y: hidden; } -.resizable > video { - max-height: 28vh !important; +.resizable { + height: 28vh; +} +.resize > video { margin: 14px 0 0 0 !important; }