owncast/web/components/video/VideoPoster/VideoPoster.module.scss
Michael David Kuckuk 25119561fb
Give chat a min-height that other elements yield to on mobile clients (#2676)
* Add className prop to some components

* Give mobile chatbox height priority over other elements

* Optimize for mobile landscape mode

* Make thumbnail background black

* Fix overflow issues on narrow screens

* Adjust layout for offline mode on mobile

* Fix main content width on Desktop

* Fix offline layout for desktop
2023-02-08 18:50:58 -08:00

11 lines
126 B
SCSS

.poster {
display: flex;
justify-content: center;
width: 100%;
height: 100%;
}
.image {
background-color: black;
}