Last active
April 17, 2022 06:22
-
-
Save Naraenda/e1f58121d17626c3e5e72f480cf5f116 to your computer and use it in GitHub Desktop.
CSS snippets for BetterDiscord
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
/* Single emotes as sticker */ | |
span:only-of-type .jumboable { | |
width: 160px; | |
height: 160px; | |
image-rendering: pixelated; | |
} | |
/* Hide GIF picker button */ | |
button[aria-label="Open GIF picker"] { | |
visibility: hidden; | |
display: none; | |
} | |
/* Hide send gift button */ | |
button[aria-label="Send a gift"] { | |
visibility: hidden; | |
display: none; | |
} | |
/* Hide sticker button */ | |
button[aria-label="Open sticker picker"] { | |
visibility: hidden; | |
display: none; | |
} | |
/* Hide welcome message */ | |
.container-3RCQyg > div { | |
display: none; | |
} | |
/* Hide follow text in news channels */ | |
.wrapper-39oAo3 { | |
display: none; | |
} | |
/* Really big emoji/sticker/gif drawer */ | |
.positionLayer-1KzSAt { | |
height: calc(100vh - 220px); | |
} |
I haven't updated it since I don't really use BetterDiscord anymore
its outdated :d
@LuminousHD I have updated it. Removed the larger emote on hoover in the emote picker since you can widen this horizontally to make them bigger.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, for some reason it's not working here anymore.