same as last 2 commits

pull/67/head
Aevann1 2022-12-14 21:45:30 +02:00
parent 70d495070b
commit c98a81908f
1 changed files with 6 additions and 5 deletions

View File

@ -6463,8 +6463,8 @@ div.markdown {
} }
.resizable { .resizable {
resize:both; resize :both;
display:inline-block; display: inline-block;
overflow: auto; overflow: auto;
scrollbar-width: none; scrollbar-width: none;
-ms-overflow-style: none; -ms-overflow-style: none;
@ -6475,9 +6475,10 @@ div.markdown {
background: transparent; background: transparent;
} }
.resizable > video { .resizable > video {
height:100%!important; height: 100% !important;
max-height:100%!important; margin: 0 !important;
margin:0!important; max-height: 70vh !important;
max-width: 100vw !important;
} }
.user-signature video { .user-signature video {