Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, 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

Reduce line spacing in bookmark sidebar

  • 2 replies
  • 8 have this problem
  • 17 views
  • Last reply by berni8k

more options

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; }

Chosen solution

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

Read this answer in context 👍 1

All Replies (2)

more options

Chosen Solution

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

more options

The chosen solution from that thread fixed it perfectly!

Thanks!