#**Bring back word count**
1 messages ยท Page 1 of 1 (latest)
Here's a modification that hides the "characters remaining"
(it's done in a really janky way though, so you might need to adjust it)
.characterCount__795fb>.hiddenVisually_b18fe2 {
height: auto;
clip: unset;
clip-path: unset;
background-color: var(--background-surface-highest);
border: 1px solid var(--border-subtle);
border-radius: var(--radius-sm);
user-select: text;
width: calc-size(fit-content, size - 144px - 4.5px);
padding: var(--space-4) 4.5px;
}
.characterCount__795fb>.upsell__795fb,
.characterCount__795fb>.flairContainer__795fb>div {
display: none;
}
wait i dont get it, why are they removing it
because they want to make it difficult for people who don't have Nitro.....
who is writing 2k characters per message in discord gng ๐ญ
Saa.......
someone writing a changelog or sending a snippet or something
I noticed this while sending the snippet for moving the profile buttons
ohh true
Discord fixed it
Now just use this to hide the upsell
.characterCount__795fb>:is(.upsell__795fb, .iconOnly__6c5a1) {
display: none;
}
i think discord just broke this snippet