Last active
January 10, 2025 09:49
-
-
Save LoneDev6/c6bf4b098f7d2af2b269381f36df2ef3 to your computer and use it in GitHub Desktop.
Custom Ventcord CSS
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
/* Hide useless shit from the context menus */ | |
#user-context-user-profile, | |
#user-context-invite-to-listen, | |
#user-context-call, | |
#user-context-note, | |
#user-context-invite-to-server, | |
#user-context-message-user, | |
#message-tts, | |
#message-add-reaction, | |
#message-reply, | |
#message-forward, | |
#message-report, | |
#message-actions-tts, | |
#message-actions-delete, | |
#message-actions-copy-text, | |
#message-actions-add-reaction, | |
#message-actions-quickreact-0, | |
#message-actions-quickreact-1, | |
#message-actions-quickreact-2, | |
#message-actions-quickreact-3, | |
div[role="group"]:has(#message-quickreact-0) | |
{ | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment