Widen the 1st column of TweetDeck
TweetDeck 1st Column Wide by kakkun61
Details
Authorkakkun61
LicenseCC BY
Categorytwitter
Created
Updated
Size301 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/*
@name = 岡本和樹
@namespace = kakkun61.com
@version = 1
*/
@-moz-document domain("tweetdeck.twitter.com") {
.column:first-child
{
width: 700px !important;
}
.column:first-child .media-preview
{
width: 274px;
margin-right: auto;
margin-left: auto;
}
}