Last active
December 23, 2015 16:29
-
-
Save wchristian/6662847 to your computer and use it in GitHub Desktop.
a user css file to make twitter.com more compact
This file contains hidden or 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
.promoted-tweet { | |
display: none; | |
} | |
.wrapper { | |
width: 95% !important; | |
} | |
.content-main { | |
width: 75% !important; | |
} | |
.dashboard { | |
width: 25% !important; | |
} | |
.tweet { | |
padding: 0% 1% !important; | |
min-height: inherit !important; | |
text-indent: -8em; | |
margin-left: 4em; | |
} | |
.tweet img.avatar.js-action-profile-avatar { | |
height: 1em !important; | |
width: 1em !important; | |
} | |
.tweet .stream-item-header .avatar { | |
margin-left: inherit !important; | |
float: inherit !important; | |
} | |
.tweet .stream-item-header { | |
background: #f0f0f0; | |
padding: 0% 0% 0% 0.5em !important; | |
display: inline; | |
margin-left: 3em !important; | |
margin-right: 0.5em !important; | |
} | |
.stream-item .tweet .content { | |
margin-left: inherit !important; | |
} | |
.tweet .stream-item-footer { | |
display: none !important; | |
text-indent: 0em !important; | |
margin-left: -3em !important; | |
} | |
.tweet:hover .stream-item-footer { | |
display: inherit !important; | |
} | |
.context { | |
display: inline; | |
} | |
.context:after { | |
content:""; | |
} | |
.tweet p.js-tweet-text.tweet-text { | |
display: inline; | |
} | |
.tweet .time { | |
float: left !important; | |
} | |
.tweet span.username.js-action-profile-name { | |
display: none !important; | |
} | |
.tweet:hover span.username.js-action-profile-name { | |
display: inherit !important; | |
} | |
.tweet a.twitter-timeline-link { | |
color: #006666; | |
} | |
.conversation-module .avatar { | |
position: inherit !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment