Skip to content

Commit

Permalink
Fix language-drop style when in left nav (#2183)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Jan 30, 2025
1 parent a854cb3 commit 77da7e4
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions assets/scss/_sidebar-tree.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
list-style: none;
}

&.ul-0, ul {
&.ul-0,
ul {
padding: 0;
margin: 0;
}
Expand Down Expand Up @@ -87,14 +88,9 @@
}
}

.dropdown {
a {
color: var(--bs-tertiary-color);
}

.nav-link {
padding: 0 0 1rem;
}
.dropdown .nav-link {
padding-left: 1.5rem;
margin-bottom: 0.5rem;
}

& > .td-sidebar-nav__section {
Expand Down

0 comments on commit 77da7e4

Please sign in to comment.