userchrome issue: some context menus don't compact

User Help for Mozilla Firefox
Post Reply
semigeek
Posts: 322
Joined: April 16th, 2014, 8:54 pm
Location: Colorado

userchrome issue: some context menus don't compact

Post by semigeek »

I'm using this css from jscher's suite of Photon reversions:

Code: Select all

menupopup:not(.in-menulist) > menuitem, menupopup:not(.in-menulist) > menu
    {padding-block: 2px !important; min-height: unset !important;}
It works on most context menus, but not within the Browser Toolbox (Ctrl-Shft-Alt I). Is there a fix?
User avatar
jscher2000
Posts: 11742
Joined: December 19th, 2004, 12:26 am
Location: Silicon Valley, CA USA
Contact:

Re: userchrome issue: some context menus don't compact

Post by jscher2000 »

The Browser Toolbox is a remote window that has its own profile. In your profile folder, look for chrome_debugger_profile. As for what rules to use for that window, I couldn't tell you.
semigeek
Posts: 322
Joined: April 16th, 2014, 8:54 pm
Location: Colorado

Re: userchrome issue: some context menus don't compact

Post by semigeek »

OK... just wanted to be sure I wasn't missing something. In any case, thank you for all the css you posted to fix the tabs etc.
siffemoz
Posts: 250
Joined: January 29th, 2016, 4:36 pm

Re: userchrome issue: some context menus don't compact

Post by siffemoz »

For instructions to format the toolbox, see https://www.reddit.com/r/FirefoxCSS/com ... ox/fiaq9uf.
Post Reply