From fb8d14a37ed97ca7988720ed1c8e872db742d35d Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sun, 3 Nov 2024 13:59:57 +0800 Subject: [PATCH] update --- src/_sass/gtk/_common-4.0.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/_sass/gtk/_common-4.0.scss b/src/_sass/gtk/_common-4.0.scss index 07512a40..9d89306f 100644 --- a/src/_sass/gtk/_common-4.0.scss +++ b/src/_sass/gtk/_common-4.0.scss @@ -1490,6 +1490,10 @@ headerbar { border-radius: 0; } + > windowhandle > box { + padding: 0 $space-size; + } + windowcontrols { button, menubutton { @@ -4746,6 +4750,11 @@ window { box-shadow: none; transition: none; } + + &.ssd-frame { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + } } &.solid-csd { @@ -4757,6 +4766,12 @@ window { &:backdrop { background-color: $titlebar-backdrop; } } + + // server-side decorations as used by mutter + &.ssd { + // just doing borders, wm draws actual shadows + box-shadow: 0 0 0 1px $border; + } } // catch all extend :)