#FiX iT โ€” Fix Discord's Mistakes

1 messages ยท Page 1 of 1 (latest)

rain ferry
#

FiX iT

This is a place to help you make Discord look... better.

  1. 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;
            }
        }
    }
}
  1. 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! fr
More to come! blobcatcozy

#

FiX iT โ€” Fix Discord's Mistakes