fix: 专栏页面侧边栏目录按钮垂直居中

This commit is contained in:
MengNianxiaoyao
2024-01-15 11:43:39 +08:00
committed by starknt
parent 2f36f4177f
commit a3c6fcd6fc

View File

@@ -3,6 +3,10 @@
line-height: unset;
}
.right-side-bar .catalog{
justify-content: center;
}
body {
background-color: unset;
}