From 03861a0d8c40219c84e0d92822e366616cfddb09 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 7 Mar 2023 04:06:46 +0200 Subject: [PATCH] increase max-height of resizable videos to 100vh --- files/assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 76f8f62e1..11ece9bcd 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6921,7 +6921,7 @@ div.markdown { .resizable > video { height: 99% !important; width: 99% !important; - max-height: 70vh !important; + max-height: 100vh !important; max-width: 100vw !important; margin: 0 !important; }