cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ElderLes
New member
Status: New idea

There seems to be a lot of user dissatisfaction with the spacing of the items on the bookmarks menu. Wouldn't it be nice if there was an option on the Manage Bookmarks sub menu of the Bookmarks menu that allowed the spacing of the menu items to be modified?

3 Comments
Status changed to: New idea
Jon
Community Manager
Community Manager

Thanks for submitting an idea to the Mozilla Connect community! Your idea is now open to votes (aka kudos) and comments.

stuepotts
New member

I managed to find a solution to this annoying problem a couple of years ago with an earlier Firefox, but I can't find one that works now. The spacing is so  problematic for me that I will probably go to another browser, unless the techies give us a cure.

Agentvirtuel
Contributor

Hello

Is it ? about https://support.mozilla.org/en-US/kb/bookmarks-firefox

Increase the count of the recently used Bookmark folders
about:config https://support.mozilla.org/en-US/kb/about-config-editor-firefox
Search browser.bookmarks.editDialog.maxRecentFolders default value 7
Enter a new value and restart Firefox and perform your tests bookmark a page

Is it ? about
Please don’t remove the compact density option for the Proton redesign
https://discourse.mozilla.org/t/please-dont-remove-the-compact-density-option-for-the-proton-redesig...


The optional Compact density setting will tighten up the bookmark menus that drop from the main toolbar and bookmarks toolbar (but probably not other menus).

Compact mode workaround in Firefox
https://support.mozilla.org/en-US/kb/compact-mode-workaround-firefox

 


(but probably not other menus).

In addition
Take a look to this code

/* Use Normal top and bottom padding for compact */
#PlacesToolbarItems .bookmark-item {
padding-top: 0px!important;
padding-bottom: 0px!important;
}
/***Tighten up drop-down/context/popup menu spacing ***/
menupopup > menuitem, menupopup > menu {
padding-block: 2px !important;
}
:root {
--arrowpanel-menuitem-padding: 2px 8px !important;
}

https://www.userchrome.org/download-userchrome-css.html
Generate CSS file userChrome.css

Create a chrome folder
Move userChrome.css to your chrome folder

Go to your profile folder
https://support.mozilla.org/en-US/kb/profiles-where-firefox-stores-user-data#w_how-do-i-find-my-prof...
Move your chrome folder to your profile folder

about:config https://support.mozilla.org/en-US/kb/about-config-editor-firefox
Search toolkit.legacyUserProfileCustomizations.stylesheets
To change a boolean (true-false) preference's value, double-click on the preference. to set it to true

Restart Firefox

Take a look the screenshots this parenthesis in the subject below
https://connect.mozilla.org/t5/discussions/fully-support-web-usb-and-web-serial/m-p/48852/highlight/... and the screenshot below

1.png