forked from MarseyWorld/MarseyWorld
reduce video max height to 80 of screen height
parent
04844fc7ce
commit
64f0c42913
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue