From c976b692341951462d0a849239fbc86d47f548b1 Mon Sep 17 00:00:00 2001 From: Cleo Menezes Jr Date: Thu, 3 Nov 2022 00:01:14 -0300 Subject: [PATCH] Popups: Decrease menupopup size Previously the menupop had an excessive size compared to the one used in Libadwaita --- theme/parts/popups.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/theme/parts/popups.css b/theme/parts/popups.css index 8f41702..0f7a8fe 100644 --- a/theme/parts/popups.css +++ b/theme/parts/popups.css @@ -7,11 +7,16 @@ menupopup { -moz-appearance: none !important; color: var(--gnome-toolbar-color) !important; padding: 8px !important; - margin: -8px !important; } + menu menupopup { - margin-top: -16px !important; + margin: -13px 0px 0px 0px !important; } + +menulist { + padding: 0px !important; +} + .menupopup-arrowscrollbox { -moz-appearance: none !important; background: var(--gnome-menu-background) !important;