Spacing tweaks for nav per feedback

This commit is contained in:
Matt Vanderpol
2024-12-17 15:06:27 -08:00
parent 65229e1641
commit 162c18c030

View File

@@ -143,6 +143,10 @@ figure figcaption {
margin-top: 1rem;
}
.theme-doc-sidebar-menu .menu__list-item[class*=menuHtmlItem_]:not(:nth-child(2)) {
margin-top: 2.5rem;
}
.theme-doc-sidebar-menu .menu__caret:before {
background-image: url("data:image/svg+xml, %3Csvg%20width=%228%22%20height=%2213%22%20viewBox=%220%200%208%2013%22%20fill=%22none%22%20xmlns=%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d=%22M1%2012L7%206.5L1%201%22%20stroke=%22%23415067%22%20stroke-width=%221.25%22%2F%3E%0A%3C%2Fsvg%3E%0A");
background-repeat: no-repeat;