universalviewer
Version:
The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎
39 lines (31 loc) • 645 B
text/less
@import "overrides.less";
.uv-iiif-extension-host.uv-mediaelement-extension {
.mejs-container.mejs-uv {
background-color: @body-bg;
}
.centerPanel {
.content {
position: relative;
.attribution {
.sm-mediaquery({
margin: 25px 20px;
});
.md-mediaquery({
margin-bottom: 60px ;
});
}
.wrapper {
width: 100%;
height: 100%;
overflow: hidden;
.container {
display: flex;
align-items: center;
margin: auto;
width: 100%;
height: 100%;
}
}
}
}
}