Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Jan 25, 2023
1 parent 7010441 commit 5bb0aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Helium/gtk-4.0/widgets/_window.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ window {
0 3px 20px 10px transparentize(black, 0.95),
0 6px 32px 16px transparentize(black, 0.98),
0 0 0 1px transparentize(black, if($contrast == 'high', .2, .95));
border-radius: rem(calc(calc($window_radius*2)+2));
border-radius: rem(calc(calc($window_radius * 2) + 2));
padding: rem(24px);
}
&.dialog-content {
border-radius: rem(calc(calc($window_radius*2)+2));
border-radius: rem(calc(calc($window_radius * 2) + 2));
padding: rem(24px);
}

Expand Down

0 comments on commit 5bb0aeb

Please sign in to comment.