From 6fff9ed0b68fcf27b310b121b5c6ef2985d72216 Mon Sep 17 00:00:00 2001 From: Nebulys Date: Thu, 6 Feb 2025 02:05:23 +0100 Subject: [PATCH] v1-142 --- base.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/base.css b/base.css index 27a9a82..ff78aa6 100644 --- a/base.css +++ b/base.css @@ -7,7 +7,7 @@ } :root { - --version: "1-141"; /* 0-00 */ + --version: "1-142"; /* 0-00 */ --currentVersion: "WizardUI v" var(--version); /* MAIN VARIABLES */ --AppName: "DISCORD"; @@ -1341,13 +1341,8 @@ rect[fill="hsl(214, calc(var(--saturation-factor, 1) * 9.9%), 50.4%)"] { display: none; } -/* MUTE BUTTON */ -.panels_c48ade .container__37e49 button:nth-last-child(3)>.contents__201d5::after { - content: "\f3c9"; -} - /* DEAFEN BUTTON */ -.panels_c48ade .container__37e49 button:nth-last-child(2)>.contents__201d5::after { +.panels_c48ade .container__37e49 button:nth-last-of-type(2)>.contents__201d5::after { content: "\f590"; } @@ -1356,6 +1351,11 @@ rect[fill="hsl(214, calc(var(--saturation-factor, 1) * 9.9%), 50.4%)"] { content: "\f085"; } +/* MUTE BUTTON */ +.panels_c48ade .container__37e49 .micButtonParent__37e49>button>.contents__201d5::after { + content: "\f3c9"; +} + .container__37e49 .avatar__37e49, .container__37e49 .avatar__37e49 foreignObject, .container__37e49 .avatar__37e49 .avatarStack-3vfSFa {