oldcord
oldcord copied to clipboard
Status icons
Hi, first of all thanks for your work with OldCord. It makes Discord so much better. Second, is there any way to do something with the new mood icons? They make clicking on streams so frustrating.
.hangStatusIcon__367ef{display:none}
in custom css section, idk if i'll add that to the theme though
.hangStatusIcon__367ef{display:none}in custom css section, idk if i'll add that to the theme though
Thanks, added like this but they are still there.
i dont know then, i dont see anyone with that status thing except myself
i'm a little late but i use this in quickcss
div[class^="voiceUser_"] div[class^="iconGroup_"]:nth-child(2),
div[id^="popout_"]:has(div[class^="statusGroup"]),
div[class^="hangStatusContainer_"] {
display: none;
}