owncast/web/pages/embed/video/VideoEmbed.module.scss
2023-04-27 10:26:12 -07:00

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;
}
}