ajayyy / DeArrow

Crowdsourcing better titles and thumbnails on YouTube
https://dearrow.ajay.app
GNU General Public License v3.0
1.24k stars 33 forks source link

Tooltip in sidebar hides video title #252

Closed trumad closed 2 days ago

trumad commented 1 month ago

The suggested videos sidebar has this odd behaviour when "Show Original Details on Hover" is enabled:

image image

There are a couple of issues. The original title gets covered by the tooltip after a second. Also, the text in the tooltip seems to be right-aligned or something? It's not centered on the tooltip and makes it look like it is going off the screen. It's also a bit unnecessary since it's just repeating the information already shown.

Here is the tooltip's behaviour when "Show Original Details on Hover" is disabled:

image

It looks like it has a lot less padding, and doesn't get in the way.

I'd personally be happy if there is no tooltip at all when "Show Original Details on Hover" is enabled. I don't see the need for it when the title natively changes on hover.

ajayyy commented 1 month ago

This is a browser problem. The extension cannot control the kook of the tooltip

trumad commented 1 month ago

oh, I didn't realise sorry! I presumed it was your tooltip since it appears when hovering on the blue circle icon. Something about changing the title seems to change the CSS of the tooltip somehow... I'll see if it's something I can fix with tampermonkey.