2023-04-27 10:07:01 -07:00
|
|
|
.onlineContainer {
|
|
|
|
height: 96vh;
|
|
|
|
background-color: var(--theme-color-components-video-status-bar-background);
|
|
|
|
|
2023-06-20 20:56:37 -07:00
|
|
|
@media only screen and (width <= 768px) {
|
2023-04-27 10:07:01 -07:00
|
|
|
height: 100vh;
|
|
|
|
}
|
|
|
|
}
|