reduce video max height to 80 of screen height

pull/139/head
Aevann 2023-03-11 08:28:39 +02:00
parent 04844fc7ce
commit 64f0c42913
1 changed files with 2 additions and 2 deletions

View File

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