Skip to content

Commit

Permalink
Some sizing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Jul 30, 2024
1 parent 4b776c0 commit cb765ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
14 changes: 8 additions & 6 deletions Helium/gtk-4.0/_tauos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1701,7 +1701,7 @@ $colors: (
padding: 0;
color: $view_fg_color;
min-height: 16px;
-gtk-icon-size: 16px;
-gtk-icon-size: 24px;
}
& label {
margin: 0;
Expand Down Expand Up @@ -1766,7 +1766,7 @@ $colors: (
padding: 0;
color: $view_fg_color;
min-height: 16px;
-gtk-icon-size: 16px;
-gtk-icon-size: 24px;
}
& row .mini-content-block label {
margin: 0;
Expand Down Expand Up @@ -1840,8 +1840,9 @@ $colors: (
.bottom-sheet .disclosure-button {
padding: 0;
margin: 0;
min-height: 34px;
min-width: 34px;
min-height: 32px;
min-width: 32px;
-gtk-icon-size: 16px;
}
.bottom-sheet .disclosure-button:hover {
background: bg-color(2);
Expand Down Expand Up @@ -1877,8 +1878,9 @@ $colors: (
.dialog-sheet .disclosure-button {
padding: 0;
margin: 0;
min-height: 34px;
min-width: 34px;
min-height: 32px;
min-width: 32px;
-gtk-icon-size: 16px;
}
.dialog-sheet .disclosure-button:hover {
background: bg-color(2);
Expand Down
5 changes: 3 additions & 2 deletions Helium/gtk-4.0/widgets/_window.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ window {
& .disclosure-button,
& .pill-button {
border-radius: 99px;
min-height: 34px;
min-width: 34px;
min-height: 32px;
min-width: 32px;
-gtk-icon-size: 16px;
}
}

Expand Down

0 comments on commit cb765ec

Please sign in to comment.