Skip to content

Commit

Permalink
fix: reduce sidebar filter padding
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-joe committed Dec 16, 2024
1 parent e4b3f0c commit f96633b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/sidebar/sidenav/Sidenav.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ html {
}

.sidenav-filter {
padding: var(--spacers-dp12) var(--spacers-dp8) var(--spacers-dp16);
padding: var(--spacers-dp8);
}
.sidenav-filter input {
background: #131a22;
Expand Down

0 comments on commit f96633b

Please sign in to comment.