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