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,51 @@
.sidebar {
background: $black-deep;
bottom: 0;
if (!hexo-config('back2top.sidebar')){
box-shadow: inset 0 2px 6px black;
}
position: fixed;
top: 0;
+tablet-mobile() {
if (!hexo-config('sidebar.onmobile')) {
display: none;
}
}
}
.sidebar-inner {
color: $grey-dark;
padding: $sidebar-padding 10px;
text-align: center;
}
.cc-license {
margin-top: 10px;
text-align: center;
.cc-opacity {
border-bottom: none;
opacity: .7;
&:hover {
opacity: .9;
}
}
img {
display: inline-block;
}
}
@import 'sidebar-author';
@import 'sidebar-author-links';
@import 'sidebar-button';
@import 'sidebar-blogroll';
@import 'sidebar-dimmer';
@import 'sidebar-nav';
@import 'sidebar-toggle';
@import 'sidebar-toc' if (hexo-config('toc.enable'));
@import 'site-state' if (hexo-config('site_state'));