搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

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

  • 1 回覆
  • 1 有這個問題
  • 8 次檢視
  • 最近回覆由 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]
附加的畫面擷圖

所有回覆 (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