Created
October 19, 2020 17:21
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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 | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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