Skip to content

Instantly share code, notes, and snippets.

@matortheeternal
Created August 21, 2016 14:32
Show Gist options
  • Save matortheeternal/c2f57b993c52aec511da435f49319e26 to your computer and use it in GitHub Desktop.
Save matortheeternal/c2f57b993c52aec511da435f49319e26 to your computer and use it in GitHub Desktop.
This makes the blocked messages in Discord smaller, so they aren't quite as in your face. https://puu.sh/qJ8BC.jpg
.message-group-blocked {
background: transparent;
margin: 0px;
border: none;
}
.message-group-blocked .message-group-blocked-btn {
font-size: 10px;
padding: 6px 20px;
text-align: left;
}
@Vallith
Copy link

Vallith commented Aug 15, 2017

How do I actually implement this? Please help, I hate seeing those messages.

Copy link

ghost commented Sep 7, 2017

@Vallith I'd recommend using the Chrome extension (if you're using Chrome) StyleBot, and then adding the CSS to the global stylesheet. Make sure to enable global stylesheet, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment