From 1d3c01916953a74adac68078002252f385457742 Mon Sep 17 00:00:00 2001 From: Lains Date: Thu, 1 Feb 2024 14:15:38 -0300 Subject: [PATCH] _window.scss - Fix window jumps --- Helium/gtk-4.0/widgets/_window.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Helium/gtk-4.0/widgets/_window.scss b/Helium/gtk-4.0/widgets/_window.scss index 8092110..516fd75 100644 --- a/Helium/gtk-4.0/widgets/_window.scss +++ b/Helium/gtk-4.0/widgets/_window.scss @@ -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); }