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 {
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 {