-
Notifications
You must be signed in to change notification settings - Fork 346
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
FF133. urlbar seems detached #459
Comments
Yeah, unfortunately now the urlbar has to be transformed separately, so yes it can appear "detached" from the rest of the toolbox. It shouldn't be super noticeable normally, but in some cases the movement can appear a bit out-of-sync from the actual toolbar. For startup I could probably just set it's opacity to 0 to make it invisible, but it can't actually start in "hidden" state for technical reasons. |
I have fixed it for now inserting the following into autohide-toolbox.css. below the first #navigator-toolbox {..} I added
and changed
to include #urlbar after #urlbar-container
If there is a better way, which there probably is as I'm not a css expert, please let me know. Thanks. |
@MrOtherGuy |
In autohide_bookmarks_and_main_toolbars.css urlbar also shows up in strange way. |
@x140x1n, it worked. Thanks! |
using autohide_toolbox together with navbar_tabs_responsive_oneliner and upon opening firefox the url bar floats before hiding.
also the animation of the url bar on hover is not in sync with the rest of the toolbox.
2024-11-28_003250_recording.mp4
The text was updated successfully, but these errors were encountered: