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