
Reduce line spacing in bookmark sidebar
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 👍 1All 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!