refact0r / midnight-discord

A dark, rounded discord theme.
https://betterdiscord.app/theme/midnight
MIT License
647 stars 365 forks source link

Toolbar items overlap some UI elements. #27

Closed TobyTobyReal closed 1 year ago

TobyTobyReal commented 1 year ago

1 2

refact0r commented 1 year ago

Have you modified the theme or added extra css? The help (?) toolbar button is supposed to be hidden by default.

TobyTobyReal commented 1 year ago

Nope not at all.

refact0r commented 1 year ago

I'm not seeing this on vencord or vesktop. What client mod and discord version are you using?

TobyTobyReal commented 1 year ago

i've used vencord when i noticed this bug, now im using better discord.

refact0r commented 1 year ago

I don't see this on betterdiscord either. Do you have any plugins? Also, make sure you have the latest version of the theme.

Alx-x commented 1 year ago

It is caused by the chosen discord language. You are using a polish version of discord on which it is bugged.

refact0r commented 1 year ago

Ah I forgot about that, the aria-labels are the only way to uniquely identify those buttons, so they don't work in other languages. I will try to use some other method, but for now you can just change the aria-label selectors in the code.

refact0r commented 1 year ago

should be resolved in the latest update, i have used a method other than aria-labels.