Skip to content

Instantly share code, notes, and snippets.

@esetomo
Created April 6, 2011 12:12
Show Gist options
  • Save esetomo/905548 to your computer and use it in GitHub Desktop.
Save esetomo/905548 to your computer and use it in GitHub Desktop.
「コメントのみ表示」チェックボックスを入れるとチェックボックスが入っていない時よりもページが長くなってしまう不具合を修正
.nocomment-hide .mode-more .bookmark-list span.comment {
display: inline !important;
}
.nocomment-hide #container.mode-more .bookmark-list li {
padding-left: 30px !important;
}
.nocomment-hide #container.mode-more .bookmark-list ul.retweet-tree .retweet-node {
padding-left: 0px !important;
}
.nocomment-hide #container.mode-more .bookmark-list img.profile-image {
height: 16px !important;
margin-left: -20px !important;
margin-top: 0 !important;
width: 16px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment