those two dropdown buttons next to the mute/deafen buttons that literally do the same thing as right

This commit is contained in:
2026-08-14 16:48:11 -04:00
parent 215b04a289
commit 573656ef07
+7
View File
@@ -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;
}