Skip to content

Commit

Permalink
_window.scss - Fix window jumps
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce authored Feb 1, 2024
1 parent 267382a commit 1d3c019
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Helium/gtk-4.0/widgets/_window.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ window {
border-radius: $window_radius;

&:backdrop {
// The first transparent is to avoid jumping
box-shadow: 0 6px 30px 5px transparent,
shadow(3),
// The transparent is to avoid jumping, and should be of the biggest shadow on active
box-shadow: shadow(4),
0 32px 64px 0px transparent,
0 0 0 1px gtkalpha($border_color, 0.4);
}

Expand Down

0 comments on commit 1d3c019

Please sign in to comment.