Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

How can I reduce spacing between bookmarks?

  • 3 antwoorden
  • 1 heeft dit probleem
  • 10 weergaven
  • Laatste antwoord van 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

Alle antwoorden (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.