oldcord icon indicating copy to clipboard operation
oldcord copied to clipboard

Status icons

Open jozsaVilmos opened this issue 1 year ago • 4 comments

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

jozsaVilmos avatar Apr 30 '24 19:04 jozsaVilmos

 .hangStatusIcon__367ef{display:none}

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

milbits avatar Apr 30 '24 22:04 milbits

 .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

jozsaVilmos avatar May 01 '24 07:05 jozsaVilmos

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

milbits avatar May 01 '24 13:05 milbits

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

xenrelle avatar May 14 '24 07:05 xenrelle