Skip to content

Commit

Permalink
no-padding sidebar class (for consistency)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Dec 26, 2023
1 parent 5bf7682 commit a190f2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions haxe/ui/_module/styles/default/sidebars.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
.sidebar.no-background {
background-color: none;
}

.sidebar.no-padding {
padding: 0;
}

.sidebar:left {
border-right: 1px solid $normal-border-color;
Expand Down

0 comments on commit a190f2c

Please sign in to comment.