This commit is contained in:
2019-05-30 18:52:14 +08:00
commit aa360a22bf
341 changed files with 30369 additions and 0 deletions

View File

@ -0,0 +1,18 @@
.sidebar-active + #sidebar-dimmer {
+mobile() {
opacity: .7;
transition: opacity .5s;
}
transform: translateX(-100%);
}
#sidebar-dimmer {
show();
position: fixed;
top: 0;
left: 100%;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
}