Last active
January 5, 2026 03:39
-
-
Save cheesits456/41d659f932b5a574b5dfb9b391a4506e to your computer and use it in GitHub Desktop.
Custom CSS for Discord to remove the GIF picker and Nitro Gift buttons from the message bar
/* Gift button in chat + removes empty space */
[class$="-container"]:has([aria-label="Send a gift"]),this line seems to break/remove the entire interface for me, could be that it interferes with themes (?).
Change it to this and it should work:
[class$="-container"]:has(> [aria-label="Send a gift"]),
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@MichaelDavidGK
this line seems to break/remove the entire interface for me, could be that it interferes with themes (?).