Skip to content

Instantly share code, notes, and snippets.

@jdsteinbach
Last active September 24, 2018 18:34
Show Gist options
  • Save jdsteinbach/aebfef8e356b3d8f47ab7002d80e6469 to your computer and use it in GitHub Desktop.
Save jdsteinbach/aebfef8e356b3d8f47ab7002d80e6469 to your computer and use it in GitHub Desktop.
Simplified Twitter Styles
.ProfileSidebar,
.timeline-tweet-box,
.topbar h1,
#global-actions .text,
.moments.js-moments-tab,
.dashboard.dashboard-right,
.dashboard.dashboard-left {
display: none !important;
}
.content-main {
float: none !important;
margin: 0 auto !important;
}
.global-nav {
border-bottom-color: #243447;
}
.global-nav .container {
max-width: 590px;
}
.global-nav-inner {
background: #141d26;
}
.AppContent {
padding-top: 47px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment