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;
|
resize: both;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
max-height: 100vh !important;
|
max-height: 80vh !important;
|
||||||
max-width: 100vw !important;
|
max-width: 100vw !important;
|
||||||
}
|
}
|
||||||
.resizable > video {
|
.resizable > video {
|
||||||
height: 99% !important;
|
height: 99% !important;
|
||||||
width: 99% !important;
|
width: 99% !important;
|
||||||
max-height: 100vh !important;
|
max-height: 80vh !important;
|
||||||
max-width: 100vw !important;
|
max-width: 100vw !important;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue