owncast/web/components/video/Player.module.scss
2022-07-08 22:20:22 +02:00

18 lines
221 B
SCSS

.player {
height: auto !important;
width: 100%;
video {
position: static !important;
}
}
.poster {
width: 100%;
height: 100%;
}
@media (max-width: 768px) {
.player {
height: 30vh !important;
}
}