Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

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
Solved Archived

Reduce line spacing in bookmark sidebar

berni8k replied
berni8k

My Firefox browser just updated it self to version 25.0 and i quickly noticed that the spacing between lines in the bookmarks sidebar has been increased.

While it may look ascetically better it makes it less efficient at looking trough my large number of bookmarks, so i want to fix it.

I tried editing the userchrome.css , but all i could do successfully is change the font size(later commented it out).

  1. bookmarks-view

{

  /*font-size: 20px !important;*/
   padding: 0 1px !important;
   margin: -1px 0 -3px !important;

}

My Firefox browser just updated it self to version 25.0 and i quickly noticed that the spacing between lines in the bookmarks sidebar has been increased. While it may look ascetically better it makes it less efficient at looking trough my large number of bookmarks, so i want to fix it. I tried editing the userchrome.css , but all i could do successfully is change the font size(later commented it out). #bookmarks-view { /*font-size: 20px !important;*/ padding: 0 1px !important; margin: -1px 0 -3px !important; }

All Replies (2)

Chosen Solution

hello berni8k, have you already tried jscher2000's solution at https://support.mozilla.org/en-US/questions/975714#answer-495296 ?

The chosen solution from that thread fixed it perfectly!

Thanks!