Skip to content

Instantly share code, notes, and snippets.

@it-ony
Last active August 29, 2015 14:16
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 it-ony/bbbd1c36281ec1cc437e to your computer and use it in GitHub Desktop.
Save it-ony/bbbd1c36281ec1cc437e to your computer and use it in GitHub Desktop.
CSS for smaller avatars in tweetdeck
/* smaller icon */
.app-columns .column .tweet-avatar, .column .avatar {
width: 20px;
height: auto;
}
.app-columns .column .tweet-img {
width: 20px;
margin-left: -30px;
}
.app-columns .tweet {
padding-left: 30px;
}
.app-columns .js-stream-item {
border-bottom-width: 3px;
}
.app-columns .item-box .icon-follow {
float: none;
}
.app-columns .column .tweet-context {
margin-left: 0px;
}
.app-columns .obj-left.item-img {
width: auto;
max-width: 20px;
}
.app-columns .activity-header .align-below-header {
top: 5px;
}
.app-columns .activity-indicator {
width: 20px;
margin: 5px 0;
}
/* column header */
.column-header {
height: 32px;
}
.column-head-title {
display: none;
}
.column-content {
top: 32px;
}
.js-column-drag-handle {
height: 15px;
}
.column-title, .column-type-icon {
position: relative;
top: -10px;
}
.column-header-link {
top: -2px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment