Created
November 26, 2014 06:48
-
-
Save elvl/fb5ed90ad0a87091bbc6 to your computer and use it in GitHub Desktop.
Twitter 1 カラム & アイコン角丸解除
This file contains 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
/* | |
Stylish 用 | |
Chrome 拡張で使う場合は、 | |
最初の @-moz-document url-prefix('https://twitter.com') { の行と | |
最後の } の行をけずって | |
適用先を "次で始まる URL" にし、URL に https://twitter.com を入れて下さい | |
*/ | |
@-moz-document url-prefix('https://twitter.com') { | |
.original-tweet p.js-tweet-text { | |
margin-top: .7em !important; | |
} | |
.dashboard, | |
.content-main { | |
width: 700px !important; | |
float: none !important; | |
margin-left: auto !important; | |
margin-right: auto !important; | |
} | |
.header-inner { | |
min-height: 10px !important; | |
padding: 0 !important; | |
border-bottom: none !important; | |
} | |
.new-tweets-bar { | |
margin-bottom: 2px !important; | |
} | |
.header-inner h2, | |
.dashboard .module:not(.DashboardProfileCard) { | |
display: none !important; | |
} | |
img.avatar { | |
border-radius: 0 !important; | |
} | |
.dashboard .tweet-box, | |
.dashboard form.tweet-form, | |
#tweet-box-mini-home-profile { | |
width: auto !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment