mirror of
https://github.com/owncast/owncast.git
synced 2024-12-22 09:14:47 +03:00
14 lines
185 B
SCSS
14 lines
185 B
SCSS
@import '../../../styles/mixins.scss';
|
|
|
|
.player {
|
|
height: auto !important;
|
|
width: 100%;
|
|
video {
|
|
position: static !important;
|
|
}
|
|
}
|
|
|
|
.poster {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|