removing extra line between bookmarks

Discussion about official Mozilla Firefox builds
Post Reply
joe935
Posts: 73
Joined: October 6th, 2004, 12:09 pm

removing extra line between bookmarks

Post by joe935 »

Foxfire version 105.0
There are many post with lots of CSS code to remove extra line between bookmarks. I tried this one:
menupopup > menu,
popup > menu,
menupopup > menuitem,
popup > menuitem {
min-height: 16px !important;
}
And it removed all headings in Bookmark tool bar. Of course it's been removed.

Why hasn't this problem been fixed in "About:config" for us non programers.

It is about time that it is fixed.
Don't force it, Use a bigger Hammer!
User avatar
BruceAWittmeier
Posts: 3076
Joined: June 9th, 2008, 10:53 am
Location: Near 37.501685 -80.147967

Re: removing extra line between bookmarks

Post by BruceAWittmeier »

Try this from this link:
https://support.mozilla.org/en-US/questions/1338204
Look for Menu Spacing

/*** Tighten up drop-down/context/popup menu spacing ***/

Code: Select all

menupopup > menuitem, menupopup > menu
   {
   padding-block: 4px !important;
   }

:root
   {
   --arrowpanel-menuitem-padding: 4px 8px !important;
   }
I often take a long windy road to my destination. Upon arrival, I wonder how I missed the shortcut.
User avatar
BruceAWittmeier
Posts: 3076
Joined: June 9th, 2008, 10:53 am
Location: Near 37.501685 -80.147967

Re: removing extra line between bookmarks

Post by BruceAWittmeier »

joe935 wrote:Foxfire version 105.0
Why hasn't this problem been fixed in "About:config" for us non programers.
It is about time that it is fixed.
Perhaps no one has made a formal request. This forum is not Mozilla -- it is a help forum for Firefox, Thunderbird and SeaMonkey users moderated mostly if not all by volunteers. Gotta be nice to them -- we don't want them to go away.
I often take a long windy road to my destination. Upon arrival, I wonder how I missed the shortcut.
joe935
Posts: 73
Joined: October 6th, 2004, 12:09 pm

Re: removing extra line between bookmarks

Post by joe935 »

I thought that this was a forum for Foxfire builds. If you could steer me in the right direction I would be glad to post it there.
Thanks
Don't force it, Use a bigger Hammer!
User avatar
BruceAWittmeier
Posts: 3076
Joined: June 9th, 2008, 10:53 am
Location: Near 37.501685 -80.147967

Re: removing extra line between bookmarks

Post by BruceAWittmeier »

I believe you can make a request here:
https://bugzilla.mozilla.org/home

If this is wrong, someone please remove this post.
I often take a long windy road to my destination. Upon arrival, I wonder how I missed the shortcut.
joe935
Posts: 73
Joined: October 6th, 2004, 12:09 pm

Re: removing extra line between bookmarks

Post by joe935 »

At mozilla and searching for "extra line between bookmarks" comes up with 12 pages of hits. and this problem goes back to earlier versions of Firefox. It looks like no one at mozilla is paying attention to the problem.
Don't force it, Use a bigger Hammer!
Post Reply