docs[patch]: Remove padding from first sidebar link (#21852)

CC @efriis
pull/21854/head
Jacob Lee 2 weeks ago committed by GitHub
parent b1e7b40b6a
commit 0180716a95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -147,7 +147,7 @@ nav, h1, h2, h3, h4 {
.theme-doc-sidebar-menu > .theme-doc-sidebar-item-category:not(:first-of-type),
.theme-doc-sidebar-menu > .theme-doc-sidebar-item-link,
.theme-doc-sidebar-menu > .theme-doc-sidebar-item-link.theme-doc-sidebar-item-link-level-1 {
.theme-doc-sidebar-menu > .theme-doc-sidebar-item-link.theme-doc-sidebar-item-link-level-1:not(:first-of-type) {
margin-top: 1rem;
}

Loading…
Cancel
Save