Merge pull request #2 from sethforprivacy/patch-2

Match right side padding when ToC is used on left
This commit is contained in:
Xiao Meng 2022-04-14 09:35:27 +08:00 committed by GitHub
commit 7880623a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ h6:hover .anchor {
z-index: 1; z-index: 1;
} }
.toc.side.left { .toc.side.left {
left: 0px; left: 15px;
width: 250px; width: 250px;
} }
.toc.side.right { .toc.side.right {