From 51c3ad1424253fa1916d7102d1c53c49b0ccdbbd Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 12 Mar 2023 12:28:42 +0200 Subject: [PATCH] back to 70vh 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 d9141fb98..9e131c743 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6919,13 +6919,13 @@ div.markdown { resize: both; display: inline-block; overflow: auto; - max-height: 80vh !important; + max-height: 700vh !important; max-width: 100vw !important; } .resizable > video { height: 99% !important; width: 99% !important; - max-height: 80vh !important; + max-height: 70vh !important; max-width: 100vw !important; margin: 0 !important; }