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

9 lines
153 B
SCSS
Raw Normal View History

.player {
2022-05-08 01:13:06 +02:00
height: 80vh;
width: 100%;
2022-05-11 00:36:09 +02:00
background-color: black;
.vjs-big-play-centered .vjs-big-play-button {
z-index: 99999 !important;
}
}