Firefox's Big Menus
Playing with the new Firefox and it’s nice, although I don’t like the way some old extensions seem to have disappeared, such as the one which lets me use Opera-style mouse gestures to move through pages. Another thing I’m not crazy about is the default gap, or spacing, between rows of menu and bookmark items, which is larger than in the old version, reducing the number of menu/bookmark items you can see on a screen:

This may be fine for people with huge monitors, but not for us ordinary joes. Excuse me if I’m being dense, but I’ve looked around the options and online but can’t see any obvious way to alter this, although I’m sure there must be one. Any thoughts, folks?


Actually, I quite enjoy the larger spacing in the new Firefox, it's a lot easier to find things in menus. I did notice that between release candidates that the spacing in between the bookmarks reduced, which is probably to do with fitting as many visible bookmarks onto the screen at once, but on the other menus, such as File and Edit, I can't see why anyone would have enough menu items to not fit them all on screen.
Posted by: Rik Lomas | November 16, 2005 at 06:05 PM
All-In-One gestures has been updated for RC3, as have the vast majority of good extensions.
Posted by: Mike | November 29, 2005 at 03:13 AM
I don't understand. It's spaced exactly the same as Notepad's menus on my computer.
Posted by: Trejkaz | November 30, 2005 at 07:37 AM
/* Place the following in your userChrome.css file. See www.mozilla.org/unix/customizing.html .
Adjust Firefox pull down menu item font size and margins. Tweak values as needed. */
menupopup > * {
font-size: 8pt !important;
margin-top: -1px !important;
margin-bottom: -1px !important;
}
Posted by: Dave | December 02, 2005 at 01:38 AM
Try the MiniFox theme (can be found on the Mozilla Update site). Very space-efficient
Posted by: John Ludlow | December 03, 2005 at 09:10 AM