Skip to content

Commit

Permalink
feat(theme): update toc position
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed May 15, 2022
1 parent 5c504f2 commit 93817d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/src/client/module/info/styles/toc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $headings: (2, 3, 4, 5, 6);

#toc-list {
position: absolute;
left: calc(100% + 0.5rem);
left: calc(100% + 1rem);

display: none;

Expand Down

0 comments on commit 93817d8

Please sign in to comment.