From f864533d13fcd8eebfb3a4c85b2055461d74d19f Mon Sep 17 00:00:00 2001 From: Vince Date: Tue, 13 Oct 2020 17:49:11 +0800 Subject: [PATCH] Fixed music issue --- src/sass/gtk/_applications.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/sass/gtk/_applications.scss b/src/sass/gtk/_applications.scss index b19c327..ae1f508 100644 --- a/src/sass/gtk/_applications.scss +++ b/src/sass/gtk/_applications.scss @@ -1702,6 +1702,16 @@ notebook.main-notebook { } } +// +// Gnome Music +// + +window.background.csd { + > box.vertical > overlay > stack.background { + border-radius: 0 0 $wm_radius $wm_radius; + } +} + // // Gnome Weather //