milbits / oldcord

Discord theme that tries its best to restore the 2020 UI
87 stars 16 forks source link

Status icons #41

Open jozsaVilmos opened 5 months ago

jozsaVilmos commented 5 months ago

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.

image

milbits commented 5 months ago
 .hangStatusIcon__367ef{display:none}

in custom css section, idk if i'll add that to the theme though

jozsaVilmos commented 5 months ago
 .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.

image

image

milbits commented 5 months ago

i dont know then, i dont see anyone with that status thing except myself

xenrelle commented 4 months ago

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;
}