Skip to content

Commit

Permalink
Make these have a default size
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Jul 27, 2024
1 parent 11dd9ba commit b0ceb88
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,8 @@ $colors: (
background: bg-color(3);
border-radius: px-to-rem(9999px);
color: $view_fg_color;
min-width: 34px;
min-height: 34px;
padding: 0;
box-shadow: inset 0 0 0 1px gtkalpha($borders, .38);

Expand Down Expand Up @@ -532,8 +534,10 @@ button.image-button.disclosure-button {

.iconic-button {
border-radius: px-to-rem(9999px);
background: bg-color(3);
background: none;
color: $view_fg_color;
min-width: 34px;
min-height: 34px;

-gtk-icon-size: px-to-rem(16px);

Expand Down

0 comments on commit b0ceb88

Please sign in to comment.