We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d82a9 commit f1cd9f5Copy full SHA for f1cd9f5
src/theme/book.css
@@ -222,7 +222,7 @@ h3 {
222
left: 0;
223
}
224
.next {
225
- right: 0;
+ right: 15px;
226
227
.theme-popup {
228
position: fixed;
src/theme/stylus/nav-icons.styl
@@ -20,4 +20,4 @@
20
.mobile-nav-chapters { display: none }
21
.nav-chapters:hover { text-decoration: none }
22
.previous { left: 0 }
23
-.next { right: 0 }
+.next { right: 15px }
0 commit comments