owncast/web/components/video/Player.module.scss
2022-05-11 23:31:31 -07:00

9 lines
154 B
SCSS

.player {
height: 80vh;
width: 100%;
background-color: black;
.vjs-big-play-centered .vjs-big-play-button {
z-index: 99999 !important;
}
}