We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a305be commit 991bb28Copy full SHA for 991bb28
layout/charts.ejs
source/css/_custom/custom.styl
source/css/_defines/layout.styl
@@ -12,7 +12,7 @@ $device-4k = 2560px
12
13
// site layout
14
$layout-width = convert(hexo-config('custom_css.max_width')) || 1080px
15
-$sidebar = 240px
+$sidebar = convert(hexo-config('custom_css.sidebar.width')) || 240px
16
$modal-threshold = 680px
17
$navbar-height = convert(hexo-config('custom_css.navbar.height')) || 64px
18
0 commit comments