Seldszar / Gumbo

Swollen companion keeping you updated on your Twitch experience
MIT License
164 stars 7 forks source link

Category is slightly cut-off at the bottom #102

Closed Paragoumba closed 2 years ago

Paragoumba commented 2 years ago

Describe the bug For some categories, the letters that for far below the font baseline (like 'g') are not drawn entirely.

To Reproduce Steps to reproduce the behavior:

  1. Follow a Just chatting online channel
  2. Click on the extension's icon
  3. The 'g' of the Just chatting category should be cut-off at the bottom

Expected behavior The category name should be drawn entirely.

Screenshots image

Desktop (please complete the following information):

Paragoumba commented 2 years ago

The line height seems to be the culprit as it's value is 1.25 which is not enough. Setting it to 1.3 fixes the problem. I would be glad to make a PR but didn't find the line defining it.

Seldszar commented 2 years ago

Thanks for the report, a fix has been pushed and will be published soon.