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

10 lines
154 B
SCSS
Raw Normal View History

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