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

(Oneline config) Free space between URL bar and tabs on ultrawide monitors #166

Open
JakubM666 opened this issue May 22, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@JakubM666
Copy link

There is a huge amount of open space between URL and first tab that is unused. This happenes on ultrawide monitors 21:9 (3440x1440).
I'am using the latest version FirefoxGX_Release_v.125-126

screenshot here https://imgur.com/a/QeCUbOx

@Godiesc
Copy link
Owner

Godiesc commented May 23, 2024

hi,
were you sure you move out all 'flexible spaces', maybe that is the cause of that space. I tested and looks good for me, I don't have an ultrawide monitors so I can't test what could be the problem.

imagen

If the 'flexible space' isn't the problem you can try to add this code in chrome/components/ogx_tricks.css with a smaller number.

:root,
:root[lwtheme],
:root:not([lwtheme]){
    --navbarWidth: 32vw;
}

@JakubM666
Copy link
Author

Hello,
unfortunatelly there is no flexible space, I tried to add the code however it works partially. It looks good now in full screen but other than that not it breaks, :/

obrazek

@Godiesc
Copy link
Owner

Godiesc commented May 23, 2024

sad to hear that the code don't solve the problem, as I said I can't test it so I can't give you a solution now or the near future.

@Godiesc Godiesc added the bug Something isn't working label May 23, 2024
@JakubM666
Copy link
Author

That's okay, thank you for trying anyway ;).

@Godiesc Godiesc changed the title Free space between URL bar and tabs on ultrawide monitors (Oneline config) Free space between URL bar and tabs on ultrawide monitors May 24, 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

2 participants