mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
added recoil value isMobile to determine which chat to display and style. #1978 changed the player to actually span across the viewport without the black borders around it.
13 lines
145 B
SCSS
13 lines
145 B
SCSS
.player {
|
|
height: auto !important;
|
|
width: 100%;
|
|
video {
|
|
position: static !important;
|
|
}
|
|
}
|
|
|
|
.poster {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|