-
Notifications
You must be signed in to change notification settings - Fork 342
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
'autohide_bookmarks_and_main_toolbars.css' has a problem since 133 #482
Comments
This is potentially an easy fix, the only complication is that if I do it then the toolbars might also show in some unexpected circumstances which wouldn't be great. |
Thank you for your reply. Yes, there is a situation you mentioned. I hope there can be a perfect solution. This CSS is perfect in version 132 and before, I don't know why this issue has appeared since version 133. Thank you again for this very practical project. |
I have now changed a few selectors that should hopefully make more of the panels to keep toolbars visible, hopefully without causing annoying disturbances. |
Thank you very much. It's very perfect and has passed testing in versions 132 and 134. |
I have another issue since version 133. #navigator-toolbox{ and /* Show when cursor is over the toolbar area */ Now when mouse pointer is hovering over tab bar, address bar is opening immediately without delay and in very weird way and only after 1200ms delay bookmark toolbar shows up. |
Urlbar needs to be transformed separately ,so you'll have to also modify the delay for urlbar here on line 74. |
Working! Thanks. |
@MrOtherGuy |
Simply don't. Since you want to autohide all toolbars you should use autohide_toolbox.css instead. |
https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/autohide_bookmarks_and_main_toolbars.css
Hello, from version 133 to the latest version 134, there is a small problem with this CSS. When clicking the button in the address bar and hovering over the pop-up window that appears, the address bar and bookmark toolbar will be automatically hidden, instead of being displayed continuously. See the picture below for details:
I like this CSS very much and hope you can fix this problem, thank you very much.
The text was updated successfully, but these errors were encountered: