jscher2000 / userchrome-dot-org

Site dedicated to the userChrome.css file
10 stars 1 forks source link

Megabar css ineffective on Firefox Dev #17

Open cmvizitiu opened 3 weeks ago

cmvizitiu commented 3 weeks ago

The generated Megabar CSS is ineffective when it comes to resizing.

Firefox 128.0b3 (64-bit) on Linux KDE; "Density" set to "Compact" via hack. I know it's "Dev" but the changes will eventually make their way into the main version.

Megabar_Shift

I suspect it has to do with the new height of the URL area but that shouldn't matter since the actual values in your CSS are calculated, right?

If nothing could be done any chance we will, at least, have the border as thin as the URL area? If I make the URL area's border 0px (as it is by default) then the Megabar pop-up acquires a 1px border but a 1px border URL will make the Megabar pop-up border be 2px.

jscher2000 commented 3 weeks ago

Some of the elements that were formerly identifiable with id attributes now need to be styled by their class names. For anti-pop-out purposes, the key one is:

#urlbar-input-container => .urlbar-input-container

Let me know if you notice other issues after making that change.


Changed in this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1610530