Skip to content

Instantly share code, notes, and snippets.

@kakakaya
Last active August 22, 2018 15:11
Show Gist options
  • Save kakakaya/a2adf56c01725f4348a8d5ec450ff070 to your computer and use it in GitHub Desktop.
Save kakakaya/a2adf56c01725f4348a8d5ec450ff070 to your computer and use it in GitHub Desktop.
Tween like Tweetdeck css, for use with BetterTweetDeck
img.tweet-avatar.avatar {
width: 20px;
height: 20px;
}
time.tweet-timestamp.js-timestamp {
display: none;
}
footer.tweet-footer.cf {
display: none;
}
html.dark.is-wide-columns.column {
width: 800px;
}
div.js-stream-item-content.item-box.js-show-detail {
padding: 2px 2px;
}
/*
div.nbfc {
display: none;
}
*/
// This version doesn't delete header/footer per tweet
img.tweet-avatar.avatar {
width: 24px;
height: 24px;
}
html.dark.is-wide-columns.column {
width: 800px;
}
div.js-stream-item-content.item-box.js-show-detail {
padding: 2px 2px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment