mirror of
https://github.com/owncast/owncast.git
synced 2024-12-18 23:32:51 +03:00
8 lines
184 B
SCSS
8 lines
184 B
SCSS
.onlineContainer {
|
|
height: 96vh;
|
|
background-color: var(--theme-color-components-video-status-bar-background);
|
|
|
|
@media only screen and (width <= 768px) {
|
|
height: 100vh;
|
|
}
|
|
}
|