Skip to content

Commit

Permalink
docs[patch]: Remove padding from first sidebar link (#21852)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed May 18, 2024
1 parent b1e7b40 commit 0180716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 0180716

Please sign in to comment.