mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
18 lines
221 B
SCSS
18 lines
221 B
SCSS
.player {
|
|
height: auto !important;
|
|
width: 100%;
|
|
video {
|
|
position: static !important;
|
|
}
|
|
}
|
|
|
|
.poster {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
.player {
|
|
height: 30vh !important;
|
|
}
|
|
}
|