Skip to content

Instantly share code, notes, and snippets.

@iambibhas
Last active December 16, 2015 01:09
Show Gist options
  • Save iambibhas/5353071 to your computer and use it in GitHub Desktop.
Save iambibhas/5353071 to your computer and use it in GitHub Desktop.
Full Width Twitter
/* Inject this CSS with any extension to your browser.
I use Personalized Web, Chrome extension */
.wrapper, .wrapper-narrow, .wrapper-permalink {
width: 95% !important;
}
.content-main {
width: 74% !important;
}
.profile-card.profile-header {
width: 74% !important;
}
.profile-header-inner-overlay {
height: 0 !important;
}
.wrapper-profile .profile-card.profile-header .profile-header-inner{
background-position: center !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment