Skip to content

Instantly share code, notes, and snippets.

@skaji
Last active October 4, 2015 07:18
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 skaji/2600251 to your computer and use it in GitHub Desktop.
Save skaji/2600251 to your computer and use it in GitHub Desktop.
twitter custom css
/* 広告など消す */
div[data-component-term="japanese_ad"],
.site-footer,
#j_ad,
.promptbird
{
display: none !important;
}
/* 左右逆転、ツイート部分大きく */
div.dashboard
{
float: right !important;
width: 232px !important;
}
div.content-main,
div.profile-card
{
float: left !important;
width: 592px !important;
}
div.dashboard textarea,
#tweet-box-mini-home-profile,
#tweet-box-profile
{
width: 188px !important;
}
#suggested-users
{
clear: left;
}
/* フォント大きく */
p.js-tweet-text
{
font-size: 120% !important;
line-height: 140% !important;
}
/* ポップアップ大きく */
div.modal.modal-small.draggable
{
left: auto !important;
width: 592px !important;
margin-left: auto;
margin-right: auto;
}
.profile-header-inner
{
background-position: 40px !important;
}
.profile-header-inner-overlay
{
background: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment