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