owncast/web/components/video/VideoPoster.module.scss

8 lines
114 B
SCSS
Raw Normal View History

2022-05-11 01:36:09 +03:00
.poster {
background-color: black;
display: flex;
justify-content: center;
width: 100%;
height: 100%;
2022-05-12 09:31:31 +03:00
}