Bookmarks Spacing in drop down Bar

Discussion of general topics about Mozilla Firefox
Post Reply
jamedlock83
Posts: 3
Joined: December 25th, 2022, 9:47 pm

Bookmarks Spacing in drop down Bar

Post by jamedlock83 »

I have Edge, Chrome, Brave and Firefox installed. I used Brave 99% of the time though. I would use Firefox, but I can't figure out how to adjust the spacing in between each bookmark so that the bookmarks are closer together like they are in Chrome/Brave. I have "FOLDERS" up in the Bookmarks bar, and I click on a folder, and it brings down bookmarks. I need the spacing decreased. Any help?
User avatar
BruceAWittmeier
Posts: 3076
Joined: June 9th, 2008, 10:53 am
Location: Near 37.501685 -80.147967

Re: Bookmarks Spacing in drop down Bar

Post by BruceAWittmeier »

This works for me Windows 10 in a clean profile.

Code: Select all

/*** userChrome.css
 Set in about:config pref:  toolkit.legacyUserProfileCustomizations.stylesheets to true
not reqd anymore: @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
Restart the browser after any .css modifications.
 */

/* Bookmarks from main menu: */
#bookmarksMenuPopup menu, #bookmarksMenuPopup menuitem
   {
   font-size: 8pt !important; 
   min-height: 18px !important;
   max-height: 18px !important;
   padding-top:  1px !important;
   padding-bottom:  1px !important;
   }
Last edited by BruceAWittmeier on January 11th, 2023, 10:13 am, edited 1 time in total.
I often take a long windy road to my destination. Upon arrival, I wonder how I missed the shortcut.
User avatar
xanthon
Posts: 410
Joined: December 17th, 2005, 11:55 pm

Re: Bookmarks Spacing in drop down Bar

Post by xanthon »

There are also the menu spacing section on this page : http://www.userchrome.org/firefox-89-st ... on-ui.html and this page : https://github.com/MrOtherGuy/firefox-c ... proton.css
Post Reply