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

CC @efriis
This commit is contained in:
Jacob Lee
2024-05-17 17:09:58 -07:00
committed by GitHub
parent b1e7b40b6a
commit 0180716a95

View File

@@ -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;
}