Skip to content

Instantly share code, notes, and snippets.

@gr4y
Last active June 16, 2017 17:48
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 gr4y/e49d5d3f0437aa06fdd08a3c2dfdd7c5 to your computer and use it in GitHub Desktop.
Save gr4y/e49d5d3f0437aa06fdd08a3c2dfdd7c5 to your computer and use it in GitHub Desktop.
A User Style for twitter.com to make the profile images and buttons less round
.Avatar, .avatar,
.DashboardProfileCard-avatarImage,
.DashboardProfileCard-avatarLink,
.MomentUserByline-avatar,
.ProfileAvatar,
.ProfileAvatar-image,
.ProfileAvatar-placeholderImage,
.ProfileAvatarEditing,
.ProfileAvatarEditing-button,
.ProfileAvatarEditing-overlay,
.ProfileCard-avatarImage,
.ProfileCard-avatarLink,
.ProfileCardMini-avatarImage,
.ProfileListItem-avatar,
.EdgeButton, .EdgeButton:visited {
border-radius: 0.25em !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment