Skip to content

Instantly share code, notes, and snippets.

@Katzenwerfer
Last active April 25, 2024 21:12
Show Gist options
  • Save Katzenwerfer/d2620aadb03251c0d16f6d9ff6ff87eb to your computer and use it in GitHub Desktop.
Save Katzenwerfer/d2620aadb03251c0d16f6d9ff6ff87eb to your computer and use it in GitHub Desktop.
Modifies the size of some elements in the Discord mobile UI using Vencord's theming capabilities and the ThemeAttributes plugin
[class*="pictureInPicture_"]+[class*="container_"],
[id*="message-reply-context-"]>[class*="botTag_"] {
display: none !important;
}
[class*="replyBar_"]>div:nth-child(1) {
display: grid !important;
}
[id*="message-reply-context-"]>[class*="username_"] {
max-width: 25% !important;
overflow: hidden !important;
}
[class*="message_"] {
padding-right: 2% !important;
}
[class*="buttonContainer_"]>[class*="buttons_"] {
top: -32px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment