From ce90178349adf946875db73035c7595d64f3a4e3 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 7 Mar 2023 04:05:37 +0200 Subject: [PATCH] prevent hiding of resize icon --- 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 267811b31..76f8f62e1 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6919,8 +6919,8 @@ div.markdown { max-width: 100vw !important; } .resizable > video { - height: 100% !important; - width: 100% !important; + height: 99% !important; + width: 99% !important; max-height: 70vh !important; max-width: 100vw !important; margin: 0 !important;