FiX iT
This is a place to help you make Discord look... better.
- Hides the "Muted" icon in Voice Channel Statuses when the user is Deafened:
.list_c3cd7d.list__07f91.listDefault__07f91 {
> div * {
div.content__07f91 > div.icons__07f91 {
> svg:nth-child(1) {
display: none;
}
:has(svg:nth-child(3)) > svg:nth-child(1) {
display: none;
}
}
}
}
- Remove the Unread Channels, place at the top of CSS file:
@import url("https://raw.githubusercontent.com/PretzelNoob/No-Unreads/refs/heads/main/UnreadBlock.css");
-# May cause lag issues, please comment any bugs noticed*
Note: I will be posting my favorite snippets in this message, but due to Discord's character limit, I can't post it all here. If you would like to see all the snippets, go here!
Feel Free to Comment Your CSS Snippets and ideas! 
More to come! 