mirror of https://github.com/ekimekim/wubloader
Bound max video player size
parent
15d4a4e3cf
commit
9bfe472468
@ -1,3 +1,9 @@
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
media-player,
|
||||
video {
|
||||
max-width: 100%;
|
||||
max-height: 50vh;
|
||||
}
|
||||
|
Loading…
Reference in New Issue