PROJET AUTOBLOG


Shaarli - Les discussions de Shaarli

Archivé

Site original : Shaarli - Les discussions de Shaarli du 23/07/2013

⇐ retour index

Note: twitter web sans pub

mercredi 8 avril 2015 à 14:43
@jeekajoo shaarlinks 08/04/2015
https://tweetdeck.twitter.com

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;
}
}
"""
(Permalink)