Jump to content

Mozilla Firefox Browser 99.0


flash13

Recommended Posts

It may or may not happen to you too but when I updated to 99.0,, once again the oversized spacings returned to Bookmark menus,, Right Click Menu & Firefox drop-down menus at top of page eg.. (File-Edit-View-History-Bookmarks-Tools-Help) making them far too large for comfort...!!!

Here's how I fixed it.. (I tried all 'About:Config' settings with no usable results)...

***+++ Use this method at your OWN RISK.. You can modify px sizes and/or titles to suit your needs,, AND,, be sure to make backups of any files before you edit+++***

 

Go to.. C:\Users\xxxx\AppData\Roaming\Mozilla\Firefox\Profiles\4ysxab8l.default\chrome\userChrome.css  [If the 'chrome' folder & userChrome.css don't exist, create them]. Open userChrome.css and paste the following scripts at the bottom of the file...

1). This is for the bookmarks & right click menus fix only - Modify '0px' to suit your needs
--------------------------------------------------------------------------------------


/* Bookmark menu */
#PlacesToolbarItems .bookmark-item {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* Right-click menu */
menupopup#contentAreaContextMenu menu,
menupopup#contentAreaContextMenu menuitem {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

 

2).  This one fixes drop-down menus but may go too far for the 2 above (Modify 'px' to suit) found here - https://www.userchrome.org/firefox-89-styling-proton-ui.html
-----------------------------------------------------------------------------------------------------------------------------------------------------------------

 

/*** Tighten up drop-down/context/popup menu spacing (8 Sep 2021) ***/

menupopup:not(.in-menulist) > menuitem,
menupopup:not(.in-menulist) > menu {
  padding-block: 4px !important; /* reduce to 3px, 2px, 1px or 0px as needed */
  min-height: unset !important; /* v92.0 - for padding below 4px */
}
:root {
  --arrowpanel-menuitem-padding: 4px 8px !important;

}

 

Use any combination of the above scripts and edit any px sizes to suit your needs.

I make no claim to these scripts being my own work. They are other peoples efforts, I just searched and found them over time, so like me, if you can use them just be thankful to them.

There are no doubt other fixes but this worked for me, so good luck,,,

InsaneAl

Link to comment
Share on other sites


Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...