SevenTV / Extension

The Web Extension for 7TV, bringing new features, emotes, vanity and performance to Twitch, Kick & YouTube
Other
395 stars 101 forks source link

[Bug] Broken emoji width in YouTube comments #215

Closed davidstraka2 closed 2 years ago

davidstraka2 commented 2 years ago

Describe the bug Emojis in the YouTube comment section are deformed (of unequal height and width). The 7tv extension overrides the default height, but doesn't override the default width. Everything works correctly with the 7tv extension disabled.

To Reproduce Steps to reproduce the behavior:

  1. Go to any YouTube video
  2. Scroll down to its comment section and find any comment with emojis
  3. See deformed emojis

Expected behavior The emojis should be of equal width & height (or at least most basic emojis).

Screenshots Example of broken/deformed emojis in the comment section:

broken-emojis

The styles causing the issue (Style.css is added by 7tv):

broken-styles

Temporary fix by adding a custom override (adding the width property):

fix

Version: 2.1.4 (though I've had this bug for a long time, only now I've finally got myself to find the cause)

Cryptizism commented 2 years ago

Can you close this please @AnatoleAM

davidstraka2 commented 2 years ago

Closed. Thanks for the fix!