Skip to content

Commit

Permalink
Fix sidebar left-side alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jan 21, 2025
1 parent 2868d44 commit 9f0cee8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/css/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@

.sidebar .full-list a {
margin-right: 30px;
padding: 3px 0 3px 12px;
padding: 3px 0 3px 13px;
border-left: var(--navTabBorderWidth) solid transparent;
color: var(--sidebarItem);
}
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 9f0cee8

Please sign in to comment.