#**Bring back word count**

1 messages ยท Page 1 of 1 (latest)

ivory lynx
#

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;
}
rotund oar
#

wait i dont get it, why are they removing it

ivory lynx
#

it might've been an accident

#

idk

junior apex
#

because they want to make it difficult for people who don't have Nitro.....

balmy token
junior apex
#

Saa.......

ivory lynx
#

I noticed this while sending the snippet for moving the profile buttons

ivory lynx
#

Discord fixed it
Now just use this to hide the upsell

.characterCount__795fb>:is(.upsell__795fb, .iconOnly__6c5a1) {
  display: none;
}
warm anvil
#

i think discord just broke this snippet