提交 16c0f738 编写于 作者: Y Yuin Chien

Lower scrim opacity

上级 aa049338
......@@ -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();
panel.classList.add( 'collapsed' );
panel.classList.remove( 'open' );
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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册