diff --git a/v1.css b/v1.css index 84e96eb..d9e124d 100644 --- a/v1.css +++ b/v1.css @@ -37,10 +37,20 @@ a[href="https://support.discord.com"] { display: none; } +/* Remove annoying server discovery sidebar thing */ nav[aria-label="Servers sidebar"] div[class^="footer_"] { display: none; } +/* Remove app launcher button */ div[class^="channelAppLauncher_"] { display: none; } + +/* Remove activities panel completely */ +div[aria-label="Members"] h3:has(span[role="button"]) { + display: none; +} +div[aria-label="Members"] div[class=""] { + display: none; +}