Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

How can I reduce spacing between bookmarks?

  • 3 件の返信
  • 1 人がこの問題に困っています
  • 9 回表示
  • 最後の返信者: 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

すべての返信 (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.