4623 shaares
397 liens privés
397 liens privés
avec ce script stylish (https://userstyles.org/styles/98906/tweetdeck-wider-home-columns) pour avoir une colonne plus large. J'ai mis 1250px:
"""
@-moz-document domain("tweetdeck.twitter.com") {
/ Where the magic happens /
.column-type-home {
width: 1250px !important;
}
/ Fix quick-compose w/ fixed width /
.column-type-home .compose-text {
width: 100% !important;
}
/ Center the indicator for new tweets /
.column-type-home .column-updates {
margin-left: -14% !important;
}
/ BONUS: /
/ Fix this: http://s.kdy.ch/6oj4c.png /
.column-updates {
margin-top: -2px !important;
}
}
"""