lbry-desktop/scss/_mediaelement.scss
2016-06-06 04:52:52 -04:00

16 lines
203 B
SCSS

@import "global";
.mejs-container, .mejs-overlay, .mejs-mediaelement {
width: 100%;
height: 100%;
}
.me-plugin {
width: 100%;
height: 100%;
> embed {
width: 100%;
height: 100%;
}
}