Popups: Decrease menupopup size

Previously the menupop had an excessive size compared to the one used in
Libadwaita
This commit is contained in:
Cleo Menezes Jr 2022-11-03 00:01:14 -03:00
parent 180eee1f56
commit c976b69234
1 changed files with 7 additions and 2 deletions

View File

@ -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;