mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
15 lines
185 B
SCSS
15 lines
185 B
SCSS
@import '../../../styles/mixins.scss';
|
|
|
|
.player {
|
|
height: auto !important;
|
|
width: 100%;
|
|
video {
|
|
position: static !important;
|
|
}
|
|
}
|
|
|
|
.poster {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|