1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

fix(ui): left borderline of TOC is notched (#2140)

This commit is contained in:
Cotes Chung
2024-12-22 03:11:20 +08:00
committed by GitHub
parent 1b93f6db9b
commit 8a4d0bc4ee
2 changed files with 2 additions and 6 deletions

View File

@@ -272,12 +272,8 @@ header {
padding-left: 0;
li {
&:not(:last-child) {
margin: 0.4rem 0;
}
a {
padding: 0.2rem 0 0.2rem 1.25rem;
padding: 0.4rem 0 0.4rem 1.25rem;
}
}