#i dont like the aka thingy

1 messages ยท Page 1 of 1 (latest)

radiant jetty
#
[class*="usernameSection"] > div > :last-child {
  display: none;
}

remove the container itself instead of the stuff in it to make the spacing better

stable parrot
#

the container has pronouns

radiant jetty
#

which ones

stable parrot
#

the one that you removed

radiant jetty
#

ah

stable parrot
#

you could mess around with css div[class*=customStatusSection-] { padding-top:4px; } i think

radiant jetty
#

there's one that needs :has

#

wait no

stable parrot
#

lmfao

radiant jetty
#

i dunno what about this

#

just a last child

#

nope that hides the username as well

#

i was missing one (1) greater than symbol

#

it's that easy ๐Ÿ‘

stable parrot
#

that seems to do the exact same thing

radiant jetty
#

it's really hard to design css for this when I don't have the pronoun plugin enabled

#

wait are the pronouns after the aka section

stable parrot
#

oh no

radiant jetty
#

i am so good at css

nocturne loom
cerulean cypress
robust path
#

funny ```css
.container-mAkQVR:has(> .akaBadge-ep3q0P) {
display: none;
}

radiant jetty