From bfc5b641c80e0d4c1535a86d39083b342b26ad6f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 14 Dec 2022 21:48:31 +0200 Subject: [PATCH] same as last 4 commits --- files/assets/css/main.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 4e324517e..57861170a 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6463,22 +6463,21 @@ div.markdown { } .resizable { - resize :both; + resize: both; display: inline-block; overflow: auto; scrollbar-width: none; -ms-overflow-style: none; max-height: 70vh !important; - max-width: 80vw !important; + max-width: 70vw !important; } .resizable::-webkit-scrollbar { background: transparent; } .resizable > video { height: 100% !important; + width: 100% !important; margin: 0 !important; - max-height: 70vh !important; - max-width: 80vw !important; } .user-signature video {