NYRI4 / Couve

A new look to discord
MIT License
103 stars 83 forks source link

when sending messages for an instant chat moves down #21

Closed Redundakitties closed 1 year ago

Redundakitties commented 1 year ago

when sending messages for an instant chat moves down

I believe this is happening because of this line:

:root .channelTextAreaDisabled-1p2fQv {
  display: none;
} 

My guess is that when a message is sent, very briefly discord doesn't let you send another message, so the normal "you don't have permission to send messages in this channel" shows. But because the display is set to none everything shifts down. I've commented it out in my tweaks of the theme and that seems to fix it 👍

NYRI4 commented 1 year ago

Nice catch ! I'll remove that in the next push thanks