-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Double lines near some components #36
Comments
I suspect that's a scaling issue. A friend of mine ran into a similar, I'd say exactly this, UI glitch but it was on windows. Is your screen resolution 1366x768? For both 1 and 2 -> The bottom corners are difficult to position as they are two different elements floating around the tabs. Slight scaling and they'll be out of sync. 3 -> Can you provide your firefox version? Firefox version |
Nope, it is 1920x1080.
I'm on the Dev Edition |
Does scaling to 1x gives the same result as above? As the radius and width are in I'm planning to use relative units like |
All artifacts are gone on
That would be great! |
Was able to fix the bottom-left corner issue by adding this line: .tabbrowser-tab:first-of-type[visuallyselected] {
margin-left: var(--tab-radius) !important;
} Seems that the following lines in tabbar.css are meant to do the same thing already- Lines 142 to 149 in 1941ecd
But |
Re: point 2 (right vertical line getting clipped), it seems the rules related to @PROxZIMA would you be willing to accept a PR for the |
That will be great. That same PR will be used to fix all the scaling related issue. I'll test it on other platforms too. |
First, thanks a lot for the effort! This is a really cool theme, didn't know FF was so customizable.
Coming to the issue, as you can see in the attached image, I'm seeing some misplaced lines near some of the components.
I suspect points 2 and 3 might be due to X11 scaling (I have a scale factor of 1.25x), but not sure.
The text was updated successfully, but these errors were encountered: