From f57239cc40c84029d6bd5ffd25204c29c8e8a844 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Fri, 23 Aug 2024 22:40:31 +0200 Subject: [PATCH] remove annoying separated menu buttons that don't contribute anything useful --- v1.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/v1.css b/v1.css index 5846881..84e96eb 100644 --- a/v1.css +++ b/v1.css @@ -36,3 +36,11 @@ span[aria-label="Download the mobile app to make your first remix"] { a[href="https://support.discord.com"] { display: none; } + +nav[aria-label="Servers sidebar"] div[class^="footer_"] { + display: none; +} + +div[class^="channelAppLauncher_"] { + display: none; +}