MrOtherGuy / firefox-csshacks

Collection of userstyles affecting the browser
Mozilla Public License 2.0
3.05k stars 307 forks source link

Firefox 126 broke tabs on bottom again? #370

Closed ondono closed 1 month ago

ondono commented 2 months ago

Just updated to FF126, tabs on bottom mostly works, but the pop up from the url bar with suggestions now hovers in a weird way extending down, instead of going up.

I've tried to capture an image but printing the screen hides the pop up.

MrOtherGuy commented 2 months ago

As far as I can tell, tabs_on_bottom.css, tabs_below_content.css and toolbars_below_content.css all work as expected. Maybe you have an old version of whichever one you are using?

vitaly-zdanevich commented 2 months ago

tabs_on_bottom.css - tabs still on the top.

I used:

@import url(tabs_on_bottom.css);
@import url(window_control_placeholder_support.css);
MrOtherGuy commented 1 month ago

Unfortunately I cannot reproduce the issue. I've tried that setup with Firefox 126 on Windows 10 and Linux (Fedora 40) and it works properly on both of them.

ondono commented 1 month ago

Just found some time to experiment and clean up the CSS, everything was up to date so not sure where the issue was coming from.

It wasn't from tabs_on_bottom.css, since the issue was on the url bar, but I was confused in thinking the same css file dropped the whole bar.

Sorry for the wasted time and thanks for all your hard work @MrOtherGuy

As for @vitaly-zdanevich's issue, I get the feeling you're not properly loading the css. If you've cloned the git repo inside of the chrome folder, your imports should read:

@import url(chrome/tabs_on_bottom.css);
@import url(chrome/window_control_placeholder_support.css);