mirror of
https://github.com/owncast/owncast.git
synced 2024-12-22 17:20:37 +03:00
19 lines
249 B
SCSS
19 lines
249 B
SCSS
@import '../../../styles/mixins.scss';
|
|
|
|
.player {
|
|
height: auto !important;
|
|
width: 100%;
|
|
video {
|
|
position: static !important;
|
|
}
|
|
|
|
@include screen(desktop) {
|
|
height: 30vh !important;
|
|
}
|
|
}
|
|
|
|
.poster {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|