back to 70vh for videos

pull/139/head
Aevann 2023-03-12 12:28:42 +02:00
parent 48dd721feb
commit 51c3ad1424
1 changed files with 2 additions and 2 deletions

View File

@ -6919,13 +6919,13 @@ div.markdown {
resize: both;
display: inline-block;
overflow: auto;
max-height: 80vh !important;
max-height: 700vh !important;
max-width: 100vw !important;
}
.resizable > video {
height: 99% !important;
width: 99% !important;
max-height: 80vh !important;
max-height: 70vh !important;
max-width: 100vw !important;
margin: 0 !important;
}