@tindtechnologies/universalviewer
Version:
The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎
28 lines (24 loc) • 483 B
text/less
.uv {
#debug {
#sm {
.sm-mediaquery({
display: block ;
visibility: visible ;
});
}
}
.sm-mediaquery({
.headerPanel {
display: none;
visibility: hidden;
}
.footerPanel {
display: none;
visibility: hidden;
}
.mobileFooterPanel {
display: block;
visibility: visible;
}
});
}