Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Status icons #41

Open
jozsaVilmos opened this issue Apr 30, 2024 · 4 comments
Open

Status icons #41

jozsaVilmos opened this issue Apr 30, 2024 · 4 comments

Comments

@jozsaVilmos
Copy link

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
Copy link
Owner

milbits commented Apr 30, 2024

 .hangStatusIcon__367ef{display:none}

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

@jozsaVilmos
Copy link
Author

 .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
Copy link
Owner

milbits commented May 1, 2024

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

@xenrelle
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants