From a42e31b60cb43d458a495cb9d56432d2ffffc75c Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 1 Jan 2023 14:50:48 +0200 Subject: [PATCH] fix videos --- files/assets/css/main.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 281fff083..fb05b44c3 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6450,6 +6450,7 @@ div.markdown { overflow: auto; max-height: 72vh !important; max-width: 100vw !important; + height: 30vh !important; } .resizable > video { height: 100% !important; @@ -6458,9 +6459,6 @@ div.markdown { max-width: 100vw !important; margin: 0 !important; } -.comment-text .resizable { - height: 30vh !important; -} .user-signature video { max-height: min(var(--signature-max-height),50vh) !important;