Browser.Proton setting now ignored?

User Help for Mozilla Firefox
yoco007
Posts: 7
Joined: October 24th, 2011, 9:24 am

Re: Browser.Proton setting now ignored?

Post by yoco007 »

Nestea wrote:you should be good for the next 3-5 years.
Did update 92 break everything again? Space between bookmarks is huge again. Am I blind or does this not have the fix? https://www.userchrome.org/firefox-89-s ... #tabstyler
EDIT: ok, I think I fixed it for now!
DSperber
Posts: 155
Joined: September 30th, 2012, 1:52 pm

Re: Browser.Proton setting now ignored?

Post by DSperber »

Here' my CSS required to fix the vertical spacing once again as now needed in v92.

Note that I like it "tight". I don't like lots of white space between items, so I have 0px. You can try 1px or 2px for padding-block if it suits your tastes better.

Code: Select all

/* v92.0 vertical menu item spacing */
menupopup:not(.in-menulist) > menuitem,
menupopup:not(.in-menulist) > menu {
  padding-block: 0px !important;
  min-height: unset !important; /* v92.0 - for padding below 4px */
}

/* Bookmark and context menu spacing */
menupopup > menuitem, menupopup > menu {padding-block: 0px !important;
}

/* Options menu spacing */
:root {--arrowpanel-menuitem-padding: 0px 0px !important;
}
User avatar
Nestea
Posts: 164
Joined: February 8th, 2007, 2:45 am

Re: Browser.Proton setting now ignored?

Post by Nestea »

yoco007 wrote:
Nestea wrote:you should be good for the next 3-5 years.
Did update 92 break everything again? Space between bookmarks is huge again. Am I blind or does this not have the fix? ....
heh ye ^^ I noticed.
The selector syntax was a bit wonky from the start, but they themself haven't changed.
Post Reply