Skip to content

Instantly share code, notes, and snippets.

@yanorei32
Last active April 3, 2017 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yanorei32/094ef8bfa77706ba373ca7ab7f895dde to your computer and use it in GitHub Desktop.
Save yanorei32/094ef8bfa77706ba373ca7ab7f895dde to your computer and use it in GitHub Desktop.
DiscordのユーザーアイコンをSlackライクにする。
//META{"name":"Slack Like Icon Style","description":"Slack Like Icon Style","author":"Yanorei32","version":"1.00"}*//
.avatar-uploader-inner, .user-popout .avatar-wrapper .avatar-hint, .avatar-popout, .avatar-large, .avatar-profile, .avatar-small, .avatar-xlarge, .avatar-xsmall, .avatar-xxlarge {
border-radius-top : 10% !important;
border-radius-bottom : 10% !important;
border-radius-left : 10% !important;
border-radius-right : 10% !important;
border-radius : 10% !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment