Created
August 21, 2016 14:32
-
-
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
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
| .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; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How do I actually implement this? Please help, I hate seeing those messages.