Skip to content

Instantly share code, notes, and snippets.

@jerrykan
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jerrykan/67bb2631934dfa50e5ad to your computer and use it in GitHub Desktop.
Save jerrykan/67bb2631934dfa50e5ad to your computer and use it in GitHub Desktop.
Stylish style to remove a lot of the whitespace from TweetDeck
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("tweetdeck.twitter.com") {
/*
* Column Headers
*/
.column-header {
height: 28px;
line-height: 28px;
}
.column-content {
top: 28px;
}
/* drag handle */
.sprite-drag-vertical {
height: 13px;
}
/* column type icon */
.column-type-icon {
font-size: 20px
}
/* title */
.column-head-title {
font-size: 16px;
}
/* column settings button */
.column-settings-link {
top: 0px;
}
.icon-sliders:before {
font-size: 20px;
}
/* back button from tweet details */
.column-title-back .icon {
line-height: 28px;
top: 0px;
}
/* Tweets */
article .item-box {
padding: 2px 5px;
}
/* text */
article .tweet {
padding-left: 28px;
}
/* avater "column" */
article .tweet-avatar {
width: 24px;
height: 24px;
}
article .tweet-header .obj-left.item-img {
margin-right: 0px;
margin-left: -52px;
}
/* media preview */
article .tweet-body .media-preview .margin-vm {
margin-top: 2px !important;
margin-bottom: 2px !important;
}
/* footer */
article .tweet-footer {
margin-top: 0px;
}
/* Column Settings */
.column-header-temp {
height: 28px;
line-height: 28px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment