Skip to content

Commit

Permalink
style(#48): 💄 Fix spacing in elevation control
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinc committed Oct 29, 2025
1 parent 5d9fdbd commit 1ead61b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/AcceptedFiltering/threePanels.css
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,11 @@
background-color: #000;
box-shadow: 0 0 4px 1px #fff8;
}

#gradient_repeat_option fieldset {
margin: 15px 0px 12px 0px !important;
}

#gradient_repeat_option fieldset legend {
margin: 0px 0px 5px 0px !important;
}

0 comments on commit 1ead61b

Please sign in to comment.