same as last 4 commits

pull/67/head
Aevann1 2022-12-14 21:48:31 +02:00
parent 69adbd6426
commit bfc5b641c8
1 changed files with 3 additions and 4 deletions

View File

@ -6463,22 +6463,21 @@ 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;
max-height: 70vh !important; max-height: 70vh !important;
max-width: 80vw !important; max-width: 70vw !important;
} }
.resizable::-webkit-scrollbar { .resizable::-webkit-scrollbar {
background: transparent; background: transparent;
} }
.resizable > video { .resizable > video {
height: 100% !important; height: 100% !important;
width: 100% !important;
margin: 0 !important; margin: 0 !important;
max-height: 70vh !important;
max-width: 80vw !important;
} }
.user-signature video { .user-signature video {