Sidebar bookmarks format.[Mac.]

User Help for Mozilla Firefox
Post Reply
JD24
Posts: 10
Joined: April 21st, 2007, 9:39 am

Sidebar bookmarks format.[Mac.]

Post by JD24 »

With Firefox 57.0.4 on a Mac, is there any way to change font and spacing of bookmarks in the sidebar? Something like the way SeaMonkey looks there would be good.
Last edited by LIMPET235 on January 10th, 2018, 2:55 am, edited 1 time in total.
Reason: Added [Mac] to the title.
Siameezer2
Posts: 3
Joined: January 9th, 2018, 5:38 pm

Re: Sidebar bookmarks format.[Mac.]

Post by Siameezer2 »

Looking for this solution, too!
kukla
Posts: 968
Joined: December 30th, 2008, 3:59 pm

Re: Sidebar bookmarks format.[Mac.]

Post by kukla »

This fixes spacing in sidebar. Place in userChrome.css

@namespace url(http://www.mozilla.org/keymaster/gateke ... s.only.xul);
.sidebar-placesTree treechildren::-moz-tree-row,
.placesTree treechildren::-moz-tree-row {
height: 1.6em !important;
border-width: 1px !important;
}

EDIT: Or the following, which also sets font size. For font, try between 11.5px and 12px. Depends on screen/monitor size.

@namespace url(http://www.mozilla.org/keymaster/gateke ... s.only.xul);
.sidebar-placesTree treechildren::-moz-tree-row,
.placesTree treechildren::-moz-tree-row {
height: 1.6em !important;
border-width: 1px !important;

font-size: 11.5px !important;
}
JD24
Posts: 10
Joined: April 21st, 2007, 9:39 am

Re: Sidebar bookmarks format.[Mac.]

Post by JD24 »

That worked! Much better, thanks.
Post Reply