owncast/web/pages/embed/video/VideoEmbed.module.scss

9 lines
186 B
SCSS
Raw Normal View History

.onlineContainer {
height: 96vh;
background-color: var(--theme-color-components-video-status-bar-background);
@media only screen and (max-width: 768px) {
height: 100vh;
}
}