Skip to content

Instantly share code, notes, and snippets.

@Naraenda
Last active April 17, 2022 06:22
Show Gist options
  • Save Naraenda/e1f58121d17626c3e5e72f480cf5f116 to your computer and use it in GitHub Desktop.
Save Naraenda/e1f58121d17626c3e5e72f480cf5f116 to your computer and use it in GitHub Desktop.
CSS snippets for BetterDiscord
/* 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);
}
@Doomwhite
Copy link

Hey, for some reason it's not working here anymore.

@Naraenda
Copy link
Author

Naraenda commented Jul 5, 2020

I haven't updated it since I don't really use BetterDiscord anymore

@LuminousHD
Copy link

its outdated :d

@Naraenda
Copy link
Author

Naraenda commented Jul 1, 2021

@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