Created
August 19, 2024 20:19
-
-
Save Bergbok/3141f67cb26026c93a9908d55579af38 to your computer and use it in GitHub Desktop.
DiscordFreeEmojis 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
/* # EMOTE PICKER */ | |
/* ## Nitro Hiding */ | |
[class*='upsellContainer'], /* Nitro ad that appears when scrolling down */ | |
[class*='nitroBottomDivider'], /* Thin line between servers */ | |
[class*='emojiLockIconContainer'], /* Lock icons on emojis & darkening overlay */ | |
[class*='nitroTopDividerContainer'], /* Divider between "Frequently Used" and server emojis */ | |
[class*='categoryItemLockIconContainer'] { /* Lock icons on server icons */ | |
display: none !important; | |
} | |
[class*='categorySectionNitroLocked'] { /* Pink background */ | |
background-color: transparent !important; | |
} | |
/* ## Misc */ | |
.emoji.jumboable { /* Enlarge native (real) emojis */ | |
width:150px !important; | |
height:150px !important; | |
} | |
[class*='positionLayer'] { /* Enlarge emoji/sticker/gif drawer */ | |
height: calc(100vh - 220px) !important; | |
} | |
button[aria-label='Send a gift'] { /* Hide send gift button */ | |
display: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment