those two dropdown buttons next to the mute/deafen buttons that literally do the same thing as right
This commit is contained in:
@@ -56,3 +56,10 @@ li:has([aria-label*="Server Boosts"]) { display: none; }
|
|||||||
|
|
||||||
/* obnoxious paid reactions with flashy animations and colors */
|
/* obnoxious paid reactions with flashy animations and colors */
|
||||||
div:has(> [aria-label*="super reaction"]) { display: none; }
|
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;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user