Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

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