Skip to content

Instantly share code, notes, and snippets.

@athossampayo
Created October 19, 2020 17:21
Show Gist options
  • Save athossampayo/eff15948501f2ee0c6fc052428c1954e to your computer and use it in GitHub Desktop.
Save athossampayo/eff15948501f2ee0c6fc052428c1954e to your computer and use it in GitHub Desktop.
TweetDeck CSS for Stylus (https://github.com/openstyles/stylus) to make first collumn fill the screen
[
{
"enabled": true,
"updateUrl": null,
"md5Url": null,
"url": null,
"originalMd5": null,
"installDate": 1603124659985,
"name": "tweetdeck.twitter.com",
"sections": [
{
"code": "#container > div {\n display: flex !important;\n}\n#container > div > section:nth-child(1) {\n width: auto !important;\n flex: auto !important;\n}",
"domains": [
"tweetdeck.twitter.com"
]
}
],
"updateDate": 1603124985651,
"_id": "76168bba-8d92-4ebd-97b1-834a28bc7907",
"_rev": 1603127370752,
"id": 1
}
]
/* For use in tweetdeck.twitter.com */
#container > div {
display: flex !important;
}
#container > div > section:nth-child(1) {
width: auto !important;
flex: auto !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment