Last active
June 16, 2017 17:48
-
-
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
This file contains 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
.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