From 573656ef070b558a484e4f6d4ffc363d0d5bd6b1 Mon Sep 17 00:00:00 2001 From: Kira Date: Fri, 14 Aug 2026 16:48:11 -0400 Subject: [PATCH] those two dropdown buttons next to the mute/deafen buttons that literally do the same thing as right --- vencord.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vencord.css b/vencord.css index f0e4818..cbf145d 100644 --- a/vencord.css +++ b/vencord.css @@ -56,3 +56,10 @@ li:has([aria-label*="Server Boosts"]) { display: none; } /* obnoxious paid reactions with flashy animations and colors */ div:has(> [aria-label*="super reaction"]) { display: none; } + +/* those two dropdown buttons next to the mute/deafen buttons that literally do the same thing as right clicking */ +[aria-label="Input Options"], [aria-label="Output Options"] { display: none !important; } +[class*="audioButton"] { /* and also fix the corner rounding, right now it just hardcodes discords button corner radius */ + border-end-end-radius: 8px !important; + border-start-end-radius: 8px !important; +} \ No newline at end of file