Tweetdeck wide fixed for 3, 4 or 5 columns (no need to hscroll)
TweetDeck Wide + Round PP + 100% flex by artscoop
Details
Authorartscoop
LicenseNo License
Categorytweetdeck
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name TweetDeck Wide + Round Profile Pictures
@namespace USO Archive
@author deadaccout_3242
@description `TweetDeck Wide with Round Profile Pictures, so hipster!`
@version 20151202.3.49
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("https://web.tweetdeck.com/") {
.column {
width: 25%!important
}
.tweet-avatar {
background: transparent;
-moz-border-radius: 24px;
border-radius: 24px;
-webkit-border-radius: 24px;
}
.activity-header .avatar {
margin-top: -4px;
margin-left: 6px;
-moz-border-radius: 24px;
border-radius: 24px;
-webkit-border-radius: 24px;
}
}
@-moz-document url-prefix("https://tweetdeck.twitter.com/") {
.app-columns {
display: flex;
}
.column {
flex: 1;
}
.tweet-avatar {
background: transparent;
-moz-border-radius: 24px;
border-radius: 24px;
-webkit-border-radius: 24px;
}
.activity-header .avatar {
margin-top: -4px;
margin-left: 6px;
-moz-border-radius: 24px;
border-radius: 24px;
-webkit-border-radius: 24px;
}
}