Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

How can I reduce spacing between bookmarks?

  • 3 respostas
  • 1 tem este problema
  • 7 visualizações
  • Última resposta por gtoken

more options

Bookmark spacing is too much between bookmarks on sidebar and toolbar. I have tried the old method of editing userChrome.css but it has no effect now. This is very irritating Mr. Firefox. I'm using ver 72.0.1

Bookmark spacing is too much between bookmarks on sidebar and toolbar. I have tried the old method of editing userChrome.css but it has no effect now. This is very irritating Mr. Firefox. I'm using ver 72.0.1

Todas as respostas (3)

more options

What code in userChrome.css did you try ?

You my have to modify this code to make it work in current Firefox releases.

more options

I searched the forums and tried several codes. This is the last one I tried...

/* Minimize height of sidebar items */ .sidebar-placesTreechildren::-moz-tree-row { min-height: 18px !important; }


I created a userChrome.css in "\AppData\Roaming\Mozilla\Firefox\Profiles\chrome" and added the path the "userprof" in config.

I have done this before in previous versions and got it to work. Not the exact code above but similar. Does this mod still work in the ver 72 ?

This is the one I had previously that worked....

/* Minimize height of sidebar items */ .sidebar-placesTreechildren::-moz-tree-row { min-height: 18px !important; }


/* Tighten up bookmark tree in Fx25 */ .sidebar-placesTree treechildren::-moz-tree-row, .placesTree treechildren::-moz-tree-row { height: 1.0em !important; border-width: 0px !important; }

more options

I got it. The added "chrome" folder does not go directly under the "Profiles" folder, but under one of the folders with the goofy name in the Profiles folder.