schnensch0 / zelk

discord theme inspired by zorin
MIT License
207 stars 679 forks source link

[BUG] Thread button is slightly off #20

Closed Syhmac closed 2 years ago

Syhmac commented 2 years ago

Describe the bug An icon for the thread button in the menu at the right-top part of the app is not centered well. It's really simple to fix tho.

To Reproduce Steps to reproduce the behavior:

  1. Apply zelk theme
  2. Go to the main window (where chats are)

Screenshots image

Setup

Fix I already looked at this and I know how to fix it. This button has an additional "icon-iDUzSK" class. And there are 2 ways of fixing it that I checked:

  1. Delete this class from this div
  2. Change "align-items" to "normal" in this class
Syhmac commented 2 years ago

I made pull-request with that fixed (i think, it worked when I added it to custom CSS so it should fix it)