owncast/web/pages/embed/video/VideoEmbed.module.scss
2023-06-20 20:58:00 -07:00

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