Last active
September 24, 2018 18:34
-
-
Save jdsteinbach/aebfef8e356b3d8f47ab7002d80e6469 to your computer and use it in GitHub Desktop.
Simplified Twitter Styles
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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