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

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

Learn More

Tighter spacing between lines in bookmark toolbar menus

  • 1 ответ
  • 9 имеют эту проблему
  • 5 просмотров
  • Последний ответ от cor-el

more options

Hi,

Would someone know how to tighten the space between lines in the bookmark toolbar? I'm really annoyed with the wasted space that force me to often scroll vertically when choosing a bookmark located in a folder on the toolbar. I find the spacing really reasonable in the bookmarks sidebar. How can I achieve this?

I remember in very old versions of FF (ante 4) that I was able to do so by manipulating the userchrome.css sheet but this option doesn't work anymore. There were also some really neat compact theme from this era but they too became obsolete with double digits versions of Firefox.

Thanks for the help.

(Current Firefox versions: 20 and 21)

Hi, Would someone know how to tighten the space between lines in the bookmark toolbar? I'm really annoyed with the wasted space that force me to often scroll vertically when choosing a bookmark located in a folder on the toolbar. I find the spacing really reasonable in the bookmarks sidebar. How can I achieve this? I remember in very old versions of FF (ante 4) that I was able to do so by manipulating the userchrome.css sheet but this option doesn't work anymore. There were also some really neat compact theme from this era but they too became obsolete with double digits versions of Firefox. Thanks for the help. (Current Firefox versions: 20 and 21)

Все ответы (1)

more options

Which code in userChrome.css did you use before?

I use code like this:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

menupopup menu, menupopup menuitem {margin-top:-3px!important;margin-bottom:0px!important}
menupopup menu:first-child, menupopup menuitem:first-child {margin-top:0px!important}