Skip to content

Instantly share code, notes, and snippets.

@an-electric-sheep
Last active July 28, 2016 07:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save an-electric-sheep/f673e582c21edac28ca1f1a36f699445 to your computer and use it in GitHub Desktop.
Save an-electric-sheep/f673e582c21edac28ca1f1a36f699445 to your computer and use it in GitHub Desktop.
tweetdeck style (stylish)
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("tweetdeck.twitter.com") {
.js-column{width:calc(100% - 6px) !important; }
.chirp-container {display:flex; flex-wrap: wrap;flex-direction: row; justify-content: center;}
.obj-left, .obj-left img{width:25px; height:25px; margin:3px !important;}
.tweet{width:100%;padding-left:0px !important;}
.stream-item{
font-size:8pt !important;
width:calc(20% - 6px) !important;
min-width:-moz-min-content;
min-width:min-content;
margin:2px !important;
border:1px solid rgba(111,111,111,0.5) !important;
}
.js-media{width:calc(100% - 6px) !important;margin:6px !important;}
@media (max-width: 1300px) {.stream-item{width:calc(25% - 6px) !important;}}
@media (max-width: 1000px) {.stream-item{width:calc(33% - 6px) !important;}}
@media (max-width: 800px) {.stream-item{width:calc(50% - 6px) !important;}}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment