Skip to content

Instantly share code, notes, and snippets.

@elvl
Created November 26, 2014 06:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elvl/fb5ed90ad0a87091bbc6 to your computer and use it in GitHub Desktop.
Save elvl/fb5ed90ad0a87091bbc6 to your computer and use it in GitHub Desktop.
Twitter 1 カラム & アイコン角丸解除
/*
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