Firefox-UI-Fix icon indicating copy to clipboard operation
Firefox-UI-Fix copied to clipboard

Address bar border with Firefox 126

Open shibotto opened this issue 1 year ago • 2 comments

Describe the bug

The active tab no longer draws on top of the address bar.

Expected behavior

The address bar border to be hidden under the active tab.

Screenshots

Firefox 125.0.3 Schermata da 2024-05-14 17-21-11

Firefox 126 Schermata da 2024-05-14 17-21-50

OS

Linux

OS - Others

No response

Firefox Version

126

Distribution

Theme

Theme - More Info

Graybird

user.js setup

I don't know where that is, sorry. I just did ./install.sh on a live environment.

Additional context

No response

shibotto avatar May 14 '24 15:05 shibotto

This is an issue that can occur with some themes on Linux. border-top was a problem, which I replaced with box-shadow.

black7375 avatar May 18 '24 18:05 black7375

That's a smart idea, but the -0,01px box-shadow is probably the same as no shadow at all. Setting it to -1px however makes it look just like before on every GTK+ theme I tried:

Schermata da 2024-05-25 09-50-52 Schermata da 2024-05-25 09-51-02 Schermata da 2024-05-25 09-51-27 Schermata da 2024-05-25 09-52-03 Schermata da 2024-05-25 09-52-13

But of course that doesn't work as well for Firefox own themes and that 1px border-like shadow becomes really an eyesore:

Schermata da 2024-05-25 09-58-28 Schermata da 2024-05-25 09-57-17

If it's not possible to set it only when using the system theme, then probably your current solution is the best one.

shibotto avatar May 25 '24 08:05 shibotto

Of course, bolding is only possible in Linux system themes. Thanks to your feedback.

black7375 avatar May 26 '24 13:05 black7375

A bug-fixed version has been released.

  • https://github.com/black7375/Firefox-UI-Fix/releases/tag/v8.6.2

black7375 avatar Jul 01 '24 08:07 black7375