Created
March 21, 2025 16:59
-
-
Save HonbraDev/9020dffad645f878f78ab36abab5d1d8 to your computer and use it in GitHub Desktop.
Discord Support Rebalance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name Discord Support Rebalance | |
@namespace github.com/openstyles/stylus | |
@version 1.0.0 | |
@description Restores natural balance to the Discord Zendesk experience | |
@author Honbra (https://honbra.com/) | |
@license Unlicense | |
@homepageURL https://gist.github.com/HonbraDev/9020dffad645f878f78ab36abab5d1d8 | |
@supportURL https://gist.github.com/HonbraDev/9020dffad645f878f78ab36abab5d1d8 | |
@updateURL https://gist.github.com/HonbraDev/9020dffad645f878f78ab36abab5d1d8/raw/discord-support-rebalance.user.css | |
==/UserStyle== */ | |
@-moz-document domain("support.discord.com") { | |
.request-main .comment-fields, | |
.request-main .request-submit-comment { | |
display: unset; | |
} | |
.dropdown:focus .dropdown-menu, | |
.dropdown:focus-within .dropdown-menu { | |
display: unset; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment