MrOtherGuy / firefox-csshacks

Collection of userstyles affecting the browser
Mozilla Public License 2.0
3.05k stars 307 forks source link

Show bookmarsk toolbar ONLY when hovering URL bar #366

Closed FloppyDance closed 2 months ago

FloppyDance commented 2 months ago

Hi! I'm using autohide_bookmarks_toolbar.css. Is there a way to show bookmarsk toolbar ONLY when hovering URL bar instead of showing it when hovering also the tab bar?

Thank you

MrOtherGuy commented 2 months ago

Yes, if you replace line 48 here with this:

#nav-bar:hover + #PersonalToolbar, #PersonalToolbar:hover{

That is assuming that by "URL bar" you mean the whole toolbar and not just the url bar portion of it. In such case you might also want to increase the delay on line 49 because otherwise the bookmarks might fling into existence if your cursor doesn't move fast enough over the main toolbar.

FloppyDance commented 2 months ago

Thank you! I changed line 48 as you suggested, without increasing the delay on line 49, and it seems to be working fine.

MrOtherGuy commented 2 months ago

Great stuff. I'll close the issue then.