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