Skip to content

Instantly share code, notes, and snippets.

@mojavelinux
Last active June 17, 2017 20:23
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 mojavelinux/f8c9bf88cd79c86027dce5baf5eb6a7e to your computer and use it in GitHub Desktop.
Save mojavelinux/f8c9bf88cd79c86027dce5baf5eb6a7e to your computer and use it in GitHub Desktop.
User style to make Twitter square (and less bold) again; domain: twitter.com (for use with https://chrome.google.com/webstore/detail/stylist/pabfempgigicdjjlccdgnbmeggkbjdhd)
/*.content-main {
width: 600px;
}
.dashboard {
width: 285px;
}
.DashboardProfileCard-bg {
height: 94px;
}*/
.nav > li > a {
font-weight: normal;
}
.global-nav .search-input {
border-radius: 3px;
}
.edge-design .avatar,
.edge-design .DashboardProfileCard-avatarImage,
.edge-design .DashboardProfileCard-avatarLink,
.edge-design .ProfileCard-avatarImage,
.edge-design .ProfileCard-avatarLink {
border-radius: 5px;
}
.ProfileCardStats-statValue,
.ProfileCardStats-statLabel {
font-weight: normal;
}
.ProfileHeading-toggleItem {
font-weight: normal !important;
}
.RichEditor {
border-radius: 3px;
box-shadow: none !important;
}
.RichEditor div[contenteditable] {
padding-left: 8px !important;
}
.tweet-form .reply-users {
padding-bottom: 4px;
}
.EdgeButton,
.EdgeButton:visited {
border-radius: 2px;
}
.Trends .trend-location,
.WhoToFollow-title,
.AdaptiveSearchPage-moduleTitle,
.wtf-module h3 {
font-weight: normal;
}
.Trends .context-trend-item .trend-name {
font-size: 13px;
}
.profile-card.profile-header .bio-container {
font-size: 13px;
}
li.moments {
display: none;
}
.edge-design .AdaptiveFiltersBar-target,
.edge-design .MomentGuideNavigation-target {
font-weight: normal;
}
.TweetBox-photoIntent .photo-selector .btn {
padding-right: 8px;
}
.stats a,
.stats .stat-count strong {
font-weight: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment