remove annoying separated menu buttons that don't contribute anything useful

This commit is contained in:
2024-08-23 22:40:31 +02:00
parent b447002821
commit f57239cc40
+8
View File
@@ -36,3 +36,11 @@ span[aria-label="Download the mobile app to make your first remix"] {
a[href="https://support.discord.com"] { a[href="https://support.discord.com"] {
display: none; display: none;
} }
nav[aria-label="Servers sidebar"] div[class^="footer_"] {
display: none;
}
div[class^="channelAppLauncher_"] {
display: none;
}