increase max-height of resizable videos to 100vh

pull/138/head
Aevann 2023-03-07 04:06:46 +02:00
parent ce90178349
commit 03861a0d8c
1 changed files with 1 additions and 1 deletions

View File

@ -6921,7 +6921,7 @@ div.markdown {
.resizable > video {
height: 99% !important;
width: 99% !important;
max-height: 70vh !important;
max-height: 100vh !important;
max-width: 100vw !important;
margin: 0 !important;
}