Skip to content

Commit

Permalink
docs: Make left sidebar thinner (#1192)
Browse files Browse the repository at this point in the history
  • Loading branch information
auguste-probabl authored Jan 21, 2025
1 parent 6f83f0d commit 58a959e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sphinx/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ div.docutils.container.index-box {
display: none;
}

/* Make left sidebar thinner to avoid cropping things in main pane */
.bd-sidebar-primary {
width: 20%;
}

/* sphinx-gallery */

/* add padding to images */
Expand Down

0 comments on commit 58a959e

Please sign in to comment.