Compare commits

...

2 Commits

Author SHA1 Message Date
CI b13dbdf4c1 Make Modular 2023-04-07 20:43:02 +00:00
Cynthia Foxwell 46d2f4aaeb help (button) 2023-04-07 14:42:34 -06:00
2 changed files with 4 additions and 3 deletions

View File

@ -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;
}

View File

@ -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;
}`
}