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