Skip to content

Instantly share code, notes, and snippets.

@Bergbok
Created August 19, 2024 20:19
Show Gist options
  • Save Bergbok/3141f67cb26026c93a9908d55579af38 to your computer and use it in GitHub Desktop.
Save Bergbok/3141f67cb26026c93a9908d55579af38 to your computer and use it in GitHub Desktop.
DiscordFreeEmojis CSS
/* # 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