jeb5 / Sidetabs

Because tabs should be vertical
GNU General Public License v3.0
66 stars 4 forks source link

Feature request: Make sidebar expand on hover optional #4

Closed Lillebo closed 10 months ago

Lillebo commented 10 months ago
  1. Make sidebar expand on hover optional
  2. Also add just a tooltip with tab title when you hover over the favicons in the unexpanded sidebar

I realize this can be done manually pretty easy by just removing the #sidebar:hover style from userChrome.css (which I have done), but I think it should be an easy toggle in settings. Still missing 2) tho 😊

jeb5 commented 10 months ago

Good ideas. Added!

I made tooltips an option by itself, so you can turn them on independently of the sidebar being minimised, and I've changed the autohiding section a bit so that you can stop the sidebar from expanding if you want. Let me know what you think

Lillebo commented 10 months ago

Great work! Thanks! 😊

Would it be possible to make the title tooltip appear a bit faster? Perhaps make this timer adjustable with CSS as well? Maybe even allow custom styles for the tooltip itself too?

jeb5 commented 10 months ago

Unfortunately, I really don't think that's possible. There's no attribute for changing how fast the HTML "title" tooltip appears, and while you're right that we could make a custom CSS version, I can't display elements outside of the bounds of the sidebar, so custom tooltips wouldn't be large enough.

Lillebo commented 10 months ago

Ah, that makes sense 👍🏽 Don't worry, it's great as it is. Many thanks for making this add-on, I'm really loving it!