From c98a81908fe0e39d93654de2443501826e0728a7 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 14 Dec 2022 21:45:30 +0200 Subject: [PATCH] same as last 2 commits --- files/assets/css/main.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 2333d29ecb..7ef3aeb479 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6463,8 +6463,8 @@ div.markdown { } .resizable { - resize:both; - display:inline-block; + resize :both; + display: inline-block; overflow: auto; scrollbar-width: none; -ms-overflow-style: none; @@ -6475,9 +6475,10 @@ div.markdown { background: transparent; } .resizable > video { - height:100%!important; - max-height:100%!important; - margin:0!important; + height: 100% !important; + margin: 0 !important; + max-height: 70vh !important; + max-width: 100vw !important; } .user-signature video {