owncast/web/components/video/VideoJS/VideoJS.module.scss
2022-10-22 10:46:17 +02:00

19 lines
249 B
SCSS

@import '../../../styles/mixins.scss';
.player {
height: auto !important;
width: 100%;
video {
position: static !important;
}
@include screen(desktop) {
height: 30vh !important;
}
}
.poster {
width: 100%;
height: 100%;
}