MrOtherGuy / firefox-csshacks

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

[centered_tab_content.css] Tab label shakes when mouse hovers on the tab #344

Closed YunfangHou closed 4 months ago

YunfangHou commented 4 months ago

After activating centered_tab_content.css, the tab label will shake once (move left for few pixels, exactly) when mouse hovers on the tab.

Is there any method to eliminate it?

Thanks.

MrOtherGuy commented 4 months ago

What OS do you have? I cannot seem to reproduce this issue with neither Win10 nor Linux (fedora 39). Also, did you try using only that particular style, or is it possible the issue is caused by some conflicting rules for different styles?

YunfangHou commented 4 months ago

What OS do you have? I cannot seem to reproduce this issue with neither Win10 nor Linux (fedora 39). Also, did you try using only that particular style, or is it possible the issue is caused by some conflicting rules for different styles?

Oh! Yes, it is caused by a confliction with a transition on the tab-close-button. I have modified and solved this.

Thank you. It's a great repo.