Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

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

Wannan tattunawa ta zama daɗaɗɗiya. Yi sabuwar tambaya idan ka na bukatar taimako.

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

  • 1 amsa
  • 1 yana da wannan matsala
  • 2 views
  • Amsa ta ƙarshe daga 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]
Hoton allon fuska da aka liƙa

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