-
-
Notifications
You must be signed in to change notification settings - Fork 189
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
Tabs + window controls not displayed with v5 default settings #368
Comments
@black7375 @kaylynn234 All fixes codes promoted have been applied. |
I created a new release. Tested with Win7 VM, WIn10 VM, Mac VM |
windowed: |
Describe the bug
I think this is probably pretty self-explanatory, but if you don't enable
userChrome.tab.on_bottom
you.. just won'thave tabs or window controls at all. Needless to say that makes navigation a bit difficult:
And no. This image is not cropped.
I did some hunting in
leptonChrome.css
and seem to have found the culprit. Applying the following CSSunconditionally (i.e, not within a media query) appears to mostly fix the issue:
There were a few other weird tweaks i had to make, and for the sake of completeness I'll leave them here if it's helpful
in providing a solution:
Expand codeblock
I'm not sure how many of these changes are necessary. I used the existing CSS and good ol' trial and error until
Firefox behaved. I opened an issue instead of a PR since I... honestly have no idea what I'm doing. This is my first
time interacting with Lepton or Firefox in this way, so I figure somebody else will have a better solution to this.
I really appreciate the project and couldn't live without it. Thanks for your hard work!
Environment:
20220411174855
)The text was updated successfully, but these errors were encountered: