Skip to content

Commit

Permalink
Fix #104 - add defined button padding to collapsible sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Aug 14, 2023
1 parent e6d5d52 commit e897133
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/collapsible-toc.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@
color: var(--bs-link-hover-color);
}

.bs-sidebar .btn {
padding-left: 12px; padding-right: inherit;
}

[dir='rtl'] .bs-sidebar .btn {
padding-left: inherit; padding-right: 12px;
}

[dir='rtl'] .bd-links svg {
transform: rotate(180deg);
}
Expand Down

0 comments on commit e897133

Please sign in to comment.