Skip to content

Instantly share code, notes, and snippets.

@dzerrenner
Last active September 8, 2019 00:41
Show Gist options
  • Save dzerrenner/3d9b609500b86444947935fa82634dce to your computer and use it in GitHub Desktop.
Save dzerrenner/3d9b609500b86444947935fa82634dce to your computer and use it in GitHub Desktop.
Custom CSS stylesheet for twitter - de-roundify avatars and some buttons
@-moz-document domain(twitter.com) {
div.DMAvatar.u-chromeOverflowFix {
border-radius: 5px !important;
}
.avatar, .Avatar, .nav .session .dropdown-toggle, .EdgeButton, .EdgeButton:visited, .global-nav .search-input, .avatar--circular {
border-radius: 5px !important;
}
.ProfileCard-avatarLink, .ProfileCard-avatarImage, .DashboardProfileCard-avatarImage {
border-radius: 10px !important;
}
.ProfileAvatar, .ProfileAvatar-image, .ProfileAvatar-placeholderImage, .Gallery.with-tweet.without-tweet .Gallery-media {
border-radius: 15px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment