From 71e442a455212458eb3dfbabeb6e29e52ba2ccbc Mon Sep 17 00:00:00 2001 From: Ciri <88872931+ciricode@users.noreply.github.com> Date: Sat, 27 Nov 2021 17:36:40 +0700 Subject: [PATCH] Update _common-3.0.scss --- src/sass/gtk/_common-3.0.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/sass/gtk/_common-3.0.scss b/src/sass/gtk/_common-3.0.scss index 04af6be..f2563d4 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -4242,6 +4242,11 @@ decoration { &.maximized, &.tiled { border-radius: 0; } } + .metacity & { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + } + .csd.popup & { border-radius: $mn_radius; box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15), 0 8px 15px rgba(0, 0, 0, 0.08), $wm_outline;