mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
11 lines
238 B
SCSS
11 lines
238 B
SCSS
.onlineContainer {
|
|
height: 100vh;
|
|
background-color: var(--theme-color-components-video-status-bar-background);
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
:global(#player) {
|
|
height: calc(100vh - var(--status-bar-height));
|
|
}
|
|
}
|