@acdh-oeaw/universalviewer
Version:
The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎
33 lines (27 loc) • 523 B
text/less
.uv {
#debug {
#xl {
.xl-mediaquery({
display: block ;
visibility: visible ;
});
}
}
.headerPanel {
.only-desktop();
}
.mainPanel {
.leftPanel {
.only-desktop();
}
.rightPanel {
.only-desktop();
}
}
.footerPanel {
.only-desktop();
}
.mobileFooterPanel {
.only-mobile();
}
}