diff --git a/OtherStuff/swapMicDeafen.css b/OtherStuff/swapMicDeafen.css index 1389cf0..972c4b5 100644 --- a/OtherStuff/swapMicDeafen.css +++ b/OtherStuff/swapMicDeafen.css @@ -5,6 +5,6 @@ * @description erm... title sums it up pretty good */ -[class*=panels_] :is([aria-label="Mute"], [aria-label="User Settings"]) { - order: 1; +[class*=panels_] :is(button[aria-label="Deafen"], button[aria-label="Disable Game Activity"]) { + order: -1; } \ No newline at end of file