From 4d2269664c80a9d91dbf288fc82fec1b3c899eb0 Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Mon, 1 Jul 2024 18:53:16 +0300 Subject: [PATCH] Fixed width for popup submenu --- theme/gnome-shell_css/popovers.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/gnome-shell_css/popovers.css b/theme/gnome-shell_css/popovers.css index a835a96..1463e94 100644 --- a/theme/gnome-shell_css/popovers.css +++ b/theme/gnome-shell_css/popovers.css @@ -57,6 +57,7 @@ color: TEXT-PRIMARY-COLOR; box-shadow: inset 0 0 0 1px BORDER-SHADOW; border-radius: 0 0 12px 12px; + border: none; } /* submenu items */