diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 2333d29ec..7ef3aeb47 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 {