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

This commit is contained in:
MengNianxiaoyao
2024-01-15 11:43:39 +08:00
parent eea5054ccd
commit e2f44275e3

View File

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