Skip to content

Instantly share code, notes, and snippets.

@pixeldesu
Created July 12, 2015 17:57
Show Gist options
  • Save pixeldesu/1afcc9d3978d04bd3646 to your computer and use it in GitHub Desktop.
Save pixeldesu/1afcc9d3978d04bd3646 to your computer and use it in GitHub Desktop.
hiding read direct messages
.tweet-message .l-table {
display: none !important;
}
.tweet-message .tweet-avatar {
width: 24px;
height: 24px;
}
.is-unread .tweet-message .l-table {
display: table !important;
vertical-align: middle;
}
.tweet-message .conversation-indicator {
display: none;
}
.tweet-message .nbfc {
margin-left: -25px;
line-height: 1.6em;
}
.tweet-message .tweet-text {
margin-left: -24px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment