From 46d2f4aaebeb1be8fc916c212b9643b50cc211ca Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Fri, 7 Apr 2023 14:42:30 -0600 Subject: [PATCH 1/2] help (button) --- xmc.user.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xmc.user.css b/xmc.user.css index 02358ae..fa3793c 100644 --- a/xmc.user.css +++ b/xmc.user.css @@ -6199,7 +6199,8 @@ div[class^="sidebar-"]:not(:has(> [class^="side-"])):not(:hover) [class^="devBan @var select xmc_help_button 'Disable Help Button' { 'Off': "", - 'On*': `a[href="https://support.discord.com"] { + 'On*': `a[href="https://support.discord.com"], +[class^="toolbar-"] > div:not([class]) > [class^="iconWrapper-"][aria-expanded] { display: none; }` } From b13dbdf4c17be9b4fcbbef107ceea0375dba29ab Mon Sep 17 00:00:00 2001 From: CI Date: Fri, 7 Apr 2023 20:43:02 +0000 Subject: [PATCH 2/2] Make Modular --- modular/help_button.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modular/help_button.css b/modular/help_button.css index 44bd815..c4ba3de 100644 --- a/modular/help_button.css +++ b/modular/help_button.css @@ -1,4 +1,4 @@ -a[href="https://support.discord.com"] -{ +a[href="https://support.discord.com"], +[class^="toolbar-"] > div:not([class]) > [class^="iconWrapper-"][aria-expanded] { display: none; }