Skip to content

Commit

Permalink
improve Toc
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatelange authored and hank committed Nov 16, 2024
1 parent 6588687 commit dc5a28c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions assets/css/common/post-single.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@

.toc details summary {
cursor: zoom-in;
margin-inline-start: 20px;
margin-inline-start: 10px;
user-select: none;
}

.toc details[open] summary {
Expand All @@ -279,8 +280,9 @@
}

.toc .inner {
margin: 0 20px;
padding: 10px 20px;
margin: 5px 20px 0;
padding: 0 10px;
opacity: 0.9;
}

.toc li ul {
Expand Down

0 comments on commit dc5a28c

Please sign in to comment.