1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

refactor: simplify sidebar animation

This commit is contained in:
Cotes Chung
2024-10-22 10:42:07 +08:00
parent c1bd9eb9ee
commit d4f7f39ece
3 changed files with 10 additions and 25 deletions

View File

@@ -688,7 +688,6 @@ $btn-mb: 0.5rem;
height: 100%;
overflow-y: auto;
width: $sidebar-width;
z-index: 99;
background: var(--sidebar-bg);
border-right: 1px solid var(--sidebar-border-color);
@@ -1091,16 +1090,7 @@ search {
}
#mask {
display: none;
position: fixed;
inset: 0 0 0 0;
height: 100%;
width: 100%;
z-index: 1;
@at-root [#{$sidebar-display}] & {
display: block !important;
}
}
/* --- basic wrappers --- */