This thread was archived.
Please ask a new question if you need help.
Solved
Archived
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;
}
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!