Skip to content

Instantly share code, notes, and snippets.

@iRay
Created March 18, 2020 20:50
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 iRay/d745992849dc24736fcccceb278e8723 to your computer and use it in GitHub Desktop.
Save iRay/d745992849dc24736fcccceb278e8723 to your computer and use it in GitHub Desktop.
TweetDeck styles
/* Home column */
.js-tweet.tweet .js-media-preview-container.media-preview-container {
height: auto;
width: 400px;
margin: 0 auto;
}
.js-column.column:nth-child(2) {
width: 800px;
}
/* Other columns */
.js-column.column:nth-child(1), .js-column.column:nth-child(3) {
width: 500px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment