anaarkei / zen-floating-toolbar

Mod for Zen Browser that detaches toolbar from edge of browser window so that it appears to float.
5 stars 2 forks source link

fix: compact toolbar and blur #16

Open Otard95 opened 4 weeks ago

Otard95 commented 4 weeks ago

First off, thanks for the work on this mod, it's great!

Recently, zen added a blur to the toolbar, which IMO doesn't really work with this mod. So this aims to remove that. This would, if I understand the issue correctly, also resolve #15.

When the uc.floatingtoolbar.compact is enabled, the toolbar also prevents you from interacting with elements of the page, and the top part of the sidebar. Moving the width and margin-left to the #zen-appcontent-navbar-container element seems to solve this. I have not noticed any issues from this. This should also resolve #10.

https://github.com/user-attachments/assets/a71e7c35-4cc0-4756-994a-6d9b62afa2c2

From what I can tell, these are not addressed in the latest (unpublished) release. And this comment seems to back that up.

Hopefully it's ok that I make a PR here :upside_down_face:

Otard95 commented 4 weeks ago

Oh. I see that I've overlooked this comment. I guess I should wait for that.