From 192ce109d0456364f81e18e0bf8b2bbe1825fc40 Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Sun, 9 Mar 2025 13:42:47 +0200 Subject: [PATCH] Removed redundant padding for app-menu --- theme/gnome-shell/.css/popovers.css | 1 - 1 file changed, 1 deletion(-) diff --git a/theme/gnome-shell/.css/popovers.css b/theme/gnome-shell/.css/popovers.css index 1463e94..7937603 100644 --- a/theme/gnome-shell/.css/popovers.css +++ b/theme/gnome-shell/.css/popovers.css @@ -14,7 +14,6 @@ .app-menu { /* right-click (and panel) app menu */ margin: 3px 0; border-radius: 12px; - padding: 8px 10px; transition-duration: 150ms; }