#align chat box with user panel
1 messages ยท Page 1 of 1 (latest)
was writing the same thing as you posted
its the one part of the new ui that feels wrong & its so much better aligned :3
๐
new updates always bring many similar snippets 
Oh you actually did it hell yea
not working as expected in bot DMs
.visual-refresh {
form > div[class^="channelBottomBarArea_"] {
--custom-chat-input-margin-bottom: 6px;\
--custom-channel-textarea-text-area-height: 52px;
}
.form_f75fb0 {
display: flex;
flex-direction: column;
}
.base_b88801 {
position: static;
order: -1;
}
}
i just use this which works fine for me
also seems to work fine in bot dm's from what i can see
What do we change so there's always a tiny little space for the "x is typing..."/slowmode message? Having my entire screen jump around between users typing is giving me a headache, but if slowmode is in effect then it doesn't jump around bc the line is already expanded up.
I'm guessing it's the display: or flex-direction:, but I'm not familiar enough with css.
oh yeah I also didn't like that (screen jumping around when someone's typing), hopefully someone knows a fix for this
if you use https://discord.com/channels/1015060230222131221/1354331484831354952 CSS too, this code works:
.visual-refresh {
--custom-channel-textarea-text-area-height: 48px;
.form_f75fb0 {
display: flex;
flex-direction: column;
}
.channelTextArea_f75fb0 {
margin-bottom: -5px;
}
.base_b88801 {
position: static;
order: -1;
}
}```
Images in after then before 'cuz I screwed up lol
do u mind if i dm u about something rq regarding credit
what
a repo im putting together with snippets
amiru spotted
adamraichu spotted
if someone figures out a fix for this, lmk
I was directed to that thread when I posted the same ask in theme-development.