@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) • 454 B
text/less
.uv {
.footerPanel {
.searchOptions {
width: 425px;
}
.options {
height: 42px;
.left-options {
min-width: 30px;
}
.btn {
color: white;
font-size: auto;
&.moreInfo {
display: none;
}
&.toggleLeftPanelButton {
display: none;
}
&.fullScreen,
&.exitFullscreen {
float: right;
}
}
}
}
}