Skip to content

Commit

Permalink
Let's make segmented buttons not as chonky in height, but only width
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Jul 30, 2024
1 parent 14333d2 commit 4eca458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ $colors: (
min-width: px-to-rem(48px);
min-height: px-to-rem(40px);
background: none;
padding: 8px;
padding: 0 16px;
color: $view_fg_color;

&:disabled {
Expand Down

0 comments on commit 4eca458

Please sign in to comment.