From ce23b35980844e7abf88d9297e1782c2e106cb88 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 15 Dec 2022 16:47:11 +0200 Subject: [PATCH] css fix for videos --- files/assets/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 55a8f9678..631ac85e6 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6469,7 +6469,7 @@ div.markdown { scrollbar-width: none; -ms-overflow-style: none; max-height: 70vh !important; - max-width: 65vw !important; + max-width: 100vw !important; } .resizable::-webkit-scrollbar { background: transparent; @@ -6478,7 +6478,7 @@ div.markdown { height: 100% !important; width: 100% !important; max-height: 70vh !important; - max-width: 65vw !important; + max-width: 100vw !important; margin: 0 !important; }