Skip to content

Commit

Permalink
v1-142
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenLys committed Feb 6, 2025
1 parent a31d898 commit 6fff9ed
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions base.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

:root {
--version: "1-141"; /* 0-00 */
--version: "1-142"; /* 0-00 */
--currentVersion: "WizardUI v" var(--version);
/* MAIN VARIABLES */
--AppName: "DISCORD";
Expand Down Expand Up @@ -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";
}

Expand All @@ -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 {
Expand Down

0 comments on commit 6fff9ed

Please sign in to comment.