2025-2-26-fixed

This commit is contained in:
2025-02-26 09:16:07 +08:00
parent bf50b6c865
commit 4968d276dc
456 changed files with 27801 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
.sidebar-toggle {
background: $black-deep;
bottom: 45px;
cursor: pointer;
height: 14px;
left: $b2t-position-right;
padding: 5px;
position: fixed;
width: 14px;
z-index: $zindex-3;
+tablet-mobile() {
left: $b2t-position-right-mobile;
opacity: $b2t-opacity-hover;
if (!hexo-config('sidebar.onmobile')) {
display: none;
}
}
}
.sidebar-toggle:hover .toggle-line {
background: $sidebar-highlight;
}