owncast/web/components/video/VideoJS/VideoJS.module.scss

9 lines
141 B
SCSS

@import '../../../styles/mixins.scss';
.player {
height: auto !important;
width: 100%;
video {
position: static !important;
}
}