[userChrome]how remove the space between the url links/bookmarks of the navbar?[an image to better understand]
[userChrome]how remove the space between the url links/bookmarks of the navbar?[an image to better understand]
[userChrome]how remove the space between the url links/bookmarks of the navbar?[an image to better understand]
Wšě wotmołwy (2)
I'll post the code then, separately, the link (because that will be moderated).
/*** Tighten up drop-down/context/popup menu spacing (8 Sep 2021) ***/
menupopup:not(.in-menulist) > menuitem,
menupopup:not(.in-menulist) > menu {
padding-block: 4px !important; /* reduce to 3px, 2px, 1px or 0px as needed */
min-height: unset !important; /* v92.0 - for padding below 4px */
}
:root {
--arrowpanel-menuitem-padding: 4px 8px !important;
}
This is the link: https://www.userchrome.org/firefox-89-styling-proton-ui.html#menuspacing