#Updated Aligned Chatbox:
1 messages · Page 1 of 1 (latest)
what channel?
Oh god, thank you so much, I really liked this css and it broke so I was pretty bummed
Fixed
Thank you for this, it's sooo good, discord should have it by default
Isn't this the same as https://dablulite.github.io/css-snippets/ConsistentChatbar/import.css ?
Out of curiousity, what's majorly different?
It was originally based on someone else's version of it, but I have switched it to selectors that won't break when discord rerolls hashes and updated it over time
Last time I saw a snippet for it other than mine was over 2 years ago
I have started rewriting all my css for preformance, most of the time my generic selectors are 2x faster than the ones that include hashes
#📜-js-snippets message
Damn, hope to see more nice css in the future then!
I have most my snippets in
https://github.com/CodeF53/CSS-Snippets/tree/main/discord
And you can use them with
https://codef53.github.io/CSS-Snippets/discord/filename.css
damn
ill go take a look
continue doing like
cool stuff
Perhaps put some image examples along side them within the github?
I will consider doing that
Currently im away from home for open sauce
ClientTheme is now a Vencord Plugin. I would only recommend using the snippet if you're in a browser where the plugin takes longer to load
Thank yo ufor the response! Thanks for aligned chatbox, (and the role pill too, I took your version instead)
how do you get the lock icon in the chatbox?
is it broken now? 
/* Unified Chatbar */
:is(main,section)[class^=chatContent] > form,
form > div[class^=submitContainer] {
/* align chatbox */
padding: 0px;
> div { margin-bottom: 0px; border-radius: 0px; }
> div[class^=channelBottomBarArea] {
> div { margin: 0px; }
> div > div {
padding-top: 4px;
min-height: 49px;
border-radius: 0px;
}
}
/* move slowmode/typing indicator to match */
> div[class^=typing] {
top: -24px;
right: calc(var(--custom-index-scrollbar-margin) * 2 + var(--custom-index-scrollbar-width));
margin-left: auto;
width: fit-content;
padding-left: 2px;
padding-right: 9px;
border-radius: 8px 8px 0px 0px;
background-color: var(--channeltextarea-background);
}
/* make scrollbar meet chatbox */
&::after { display: none; }
/* fix replies */
> div > div > div[class^=attachedBars] {
min-height: unset !important;
padding-bottom: 4px;
}
}
/* jump to present */
div[class^=jumpToPresentBar] {
left: 0; right: unset;
border-radius: 0px 8px 0px 0px;
background-color: var(--channeltextarea-background);
> button[class^=barButtonMain] {
flex: 0 0 auto;
display: none;
}
}``` fixed version
thanks for the fix
umm.. the recent update create a gap like this
and the slowmode/typing indicator & jump to present move up to above that gap
oh nvm.. i could just change the number a lil bit and the problem fixed
thanks for this!!
was having this problem