This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

ابحث في الدعم

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

[userChrome]how remove the space between the url links/bookmarks of the navbar?[an image to better understand]

  • 1 (رد واحد)
  • 1 has this problem
  • 2 views
  • آخر ردّ كتبه Terry

more options

[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]
Attached screenshots

All Replies (2)

more options

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;
}
more options