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

9 lines
184 B
SCSS
Raw Normal View History

.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) {
height: 100vh;
}
}