mirror of
https://github.com/owncast/owncast.git
synced 2024-11-28 11:09:01 +03:00
25119561fb
* 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
10 lines
126 B
SCSS
10 lines
126 B
SCSS
.poster {
|
|
display: flex;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.image {
|
|
background-color: black;
|
|
}
|