Skip to content

Instantly share code, notes, and snippets.

@adamwintle
Created February 10, 2012 13:09
Show Gist options
  • Select an option

  • Save adamwintle/1789592 to your computer and use it in GitHub Desktop.

Select an option

Save adamwintle/1789592 to your computer and use it in GitHub Desktop.
Custom Styles for New Twitter
/* Remove Trends & Suggestions */
.trends-inner, .user-rec-inner, .promo, .component-spacer {display: none !important;}
.topics {display: none !important;}
[data-component-term="trends"] * {
display: none !important;
}
/* Remove User Recommendations */
[data-component-term="user_recommendations"] * {
display: none !important;
}
/* Make the favourites & lists sections span the full width of the section. */
div.favorites-activity, div.lists-activity {width: 98% !important;}
div.latest-favorite {width: 460px !important;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment