@tindtechnologies/universalviewer
Version:
The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎
33 lines (26 loc) • 517 B
text/less
.uv {
.footerPanel {
.searchOptions {
width: 425px;
}
.options {
height: 42px;
.btn {
color: white;
font-size: auto;
&.moreInfo {
display: none;
}
&.fullScreen,
&.exitFullscreen {
float: right;
}
}
}
.options.minimiseButtons {
.btn {
font-size: 0;
}
}
}
}