mirror of
https://github.com/owncast/owncast.git
synced 2025-01-08 01:27:31 +03:00
9 lines
154 B
SCSS
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;
|
|
}
|
|
}
|