Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for v133. Url bar and tabs overlap #133

Open
Astrm opened this issue Nov 27, 2024 · 2 comments
Open

Fixes for v133. Url bar and tabs overlap #133

Astrm opened this issue Nov 27, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Astrm
Copy link

Astrm commented Nov 27, 2024

After updating to Firefox v133 the one line theme does not work as expected. The URL bar and the tabs overlap each other and transparency is also a mess.

Please suggest the changes in CSS which will help revert it to the good old one line theme.

@Astrm Astrm added the bug Something isn't working label Nov 27, 2024
@gyxx-xc
Copy link

gyxx-xc commented Dec 12, 2024

For the layout problem, change titlebar to TabsToolbar in includes/cascade-responsive.css on line 17,
and add

  #toolbar-menubar {
      order: -100;
      flex: 1 1 999999px;
  }

This work for me.
I am not good at css, so the code looks bad.
It seems firefox changes titlebar to TabsToolbar and toolbar-menubar.

@42willow
Copy link
Member

Hi 👋

Can you please attach a screenshot if you have the time? I am unable to reproduce this on my machine (although there are definitely issues that need to be fixed)
v134.0.1
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants