Skip to content

Commit 8f300f7

Browse files
committed
fix: page switch buttons
1 parent adf3001 commit 8f300f7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/theme/pagetoc.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ a[class^="pagetoc-H"]:only-child {
1010
}
1111

1212
.nav-chapters {
13-
margin-left: 15px;
1413
min-width: 50px;
1514
}
1615

16+
.previous {
17+
margin-left: var(--page-padding);
18+
}
19+
1720
@media only screen and (max-width: 1439px) {
1821
.sidetoc {
1922
display: none;

0 commit comments

Comments
 (0)