mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
Compare commits
2 commits
2d296bb791
...
b13dbdf4c1
Author | SHA1 | Date | |
---|---|---|---|
|
b13dbdf4c1 | ||
46d2f4aaeb |
2 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue