UNPKG

@tindtechnologies/universalviewer

Version:

The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎

74 lines (57 loc) 1.1 kB
.uv { .headerPanel { .hidden(); } .footerPanel { .hidden(); } .mobileFooterPanel { .visible(); position: relative; height: 42px; .options { position: absolute; /* width: 315px; */ height: 42px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 100%; .spacer { float: left; width: 30px; height: 41px; } .btn { margin-right: @margin-small-horizontal; color: white; font-size: 0; &.moreInfo { display: inline-block; } &.toggleLeftPanelButton { display: inline-block; } &.bookmark { display: none; } &.open { display: none; } &.feedback { display: none; } &.embed { display: none; } &.fullScreen { display: inline-block; } } } } } .uv.loaded .uv-iiif-extension-host { background-color: #000; }