@@ -149,7 +149,7 @@
if ( event.button !== 0 || event.ctrlKey || event.altKey || event.metaKey ) return;
window.location.hash = pageURL;
- panel.classList.add( 'collapsed' );
+ panel.classList.remove( 'open' );
content.querySelectorAll('a').forEach((item) => {
@@ -173,7 +173,7 @@
window.location.hash = file;
viewer.focus();
selected = file;
@@ -248,7 +248,7 @@ iframe {
}
#panel.open #panelScrim {
pointer-events: auto;
- background-color: rgba(0,0,0,0.6);
+ background-color: rgba(0,0,0,0.4);
#contentWrapper {