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

One line tabs & url bar seems to be broken on ff nightly on MacOS #81

Open
RAV64 opened this issue Apr 15, 2023 · 6 comments
Open

One line tabs & url bar seems to be broken on ff nightly on MacOS #81

RAV64 opened this issue Apr 15, 2023 · 6 comments
Labels
bug Something isn't working

Comments

@RAV64
Copy link

RAV64 commented Apr 15, 2023

Describe the bug
One line tabs & url bar seems to be broken on ff nightly on MacOS

Expected behavior
Tabs and url bar are on the same line

Screenshots (optional)
On top there is regular firefox and below it nightly both running same chrome folder config.

image

@RAV64 RAV64 added the bug Something isn't working label Apr 15, 2023
@RAV64 RAV64 changed the title One line tabs & url bar seems to be broken on ff nightly One line tabs & url bar seems to be broken on ff nightly on MacOS Apr 15, 2023
@mihil99
Copy link

mihil99 commented Apr 15, 2023

Same problem on ff developer edition!

@unseen-ninja
Copy link
Collaborator

Hmm.. Last time I've tested it on nightly it worked; so there may be some CSS changes coming in down the line that cause this? I'll look into it. c:

@RAV64
Copy link
Author

RAV64 commented Apr 17, 2023

@andreasgrafen I found forcing a height like this:

#navigator-toolbox {
  height: 40px !important;
}

Forces everything on the same line but causes other problems, for example my berry icon gets pushed off of the edge of the window.

@RAV64
Copy link
Author

RAV64 commented Apr 17, 2023

Adding this stops the overflowing for some reason..

#urlbar-container {
  width: 0 !important;
}

@Swivelgames
Copy link

+1 for Linux

@RAV64 Both of your solutions here seems to kind of work, but they also cause some odd issues when opening a new window and resizing it to fullscreen to show the address bar.

image

Eagerly awaiting a more permanent solution! 🙂

@nat212
Copy link

nat212 commented May 10, 2023

I seem to be having a similar issue in the latest stable Firefox (113.0) released May 9 2023. It seems they added some changes to the search bar which could be the culprit.

@unseen-ninja unseen-ninja removed their assignment Feb 12, 2024
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

5 participants