2025-2-26-fixed
This commit is contained in:
15
themes/next/source/css/_common/components/components.styl
Normal file
15
themes/next/source/css/_common/components/components.styl
Normal file
@ -0,0 +1,15 @@
|
||||
if (hexo-config('back2top.enable')) {
|
||||
.back-to-top {
|
||||
font-size: $b2t-font-size;
|
||||
text-align: center;
|
||||
the-transition();
|
||||
}
|
||||
|
||||
@import (hexo-config('back2top.sidebar') ? 'back-to-top-sidebar' : 'back-to-top');
|
||||
}
|
||||
|
||||
@import 'reading-progress' if (hexo-config('reading_progress.enable'));
|
||||
|
||||
@import 'post';
|
||||
@import 'pages';
|
||||
@import 'third-party';
|
||||
Reference in New Issue
Block a user