We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b8091 commit ea95085Copy full SHA for ea95085
1 file changed
src/sphinx_book_theme/assets/styles/sections/_sidebar-secondary.scss
@@ -46,8 +46,8 @@
46
// To make sure it shows above the page content
47
z-index: variables.$zindex-middle;
48
49
- // Remove padding so that it's flush on the top and left
50
- padding: 0;
+ // Add comfortable horizontal padding, keep flush with top
+ padding: 0 1.5rem;
51
52
// This is the container div for the secondary sidebar nav
53
.toc-item {
0 commit comments