Skip to content

Instantly share code, notes, and snippets.

@wolfiestyle
Forked from wchristian/twitter.css
Last active December 23, 2015 16:49
Show Gist options
  • Save wolfiestyle/6664855 to your computer and use it in GitHub Desktop.
Save wolfiestyle/6664855 to your computer and use it in GitHub Desktop.
a user css file to make twitter.com more compact
.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;
margin-top: 5px;
}
.context {
display: inline;
}
.context:after {
content:"";
}
.tweet p.js-tweet-text.tweet-text {
display: inline;
}
.tweet .time {
float: left !important;
}
.tweet strong.fullname.js-action-profile-name {
display: none !important;
}
.tweet span.username.js-action-profile-name {
color: black !important;
}
.tweet span.username.js-action-profile-name s {
display: none !important;
}
.tweet span.username.js-action-profile-name b {
font-weight: bold !important;
}
.tweet:hover span.username.js-action-profile-name {
display: inherit !important;
}
.tweet a.twitter-timeline-link {
color: #006666;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment