Skip to content

Instantly share code, notes, and snippets.

@PanNyaa
Last active September 14, 2016 10:13
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 PanNyaa/ca8ca40f6a82ebafa3718f29ed2b7e0f to your computer and use it in GitHub Desktop.
Save PanNyaa/ca8ca40f6a82ebafa3718f29ed2b7e0f to your computer and use it in GitHub Desktop.
stylish用の、TweetDeckを狭苦しく表示してツイートを多く表示するようにするやつ
.item-box {
position: relative;
padding: 0px 0px;
}
.is-narrow-columns .column {
width: 270px;
margin-right: 0px;
}
.is-narrow-columns .app-columns {
padding-top: 0px;
padding-left: 0px;
}
.column-header,
.column-header-temp {
height: 10px;
}
.column-header-link {
background-color: #f5f5f5;
}
.stream-item {
border-bottom: 1px solid #6B6B6B;
background-color: #222426;
}
.tweet-avatar {
margin-top: 0px;
margin-bottom: 0px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
display: block;
font-size: 0.5em;
}
.tweet-text {
overflow: hidden;
font-size: 2em;
padding: 2px 0px;
line-height: 1.25;
}
.tweet-footer {
margin-top: 0px;
}
.column-title-back {
background-color: #FFF;
}
.js-column-message scroll-none {
height: 5px;
}
.activity-header.has-source-avatar {
margin-top: 0px;
}
.activity-header .avatar {
margin-top: -0px;
margin-left: 6px;
}
.hearty .is-favorite .icon-favorite-toggle {
color: #fab41e;
}
.hearty .icon-favorite-color {
color: #fab41e;
}
.hearty .icon-favorite:before {
content: "\f007";
}
.is-narrow-columns .column {
width: 220px; /* ここでカラム横幅が調整できるのでお好みでどうぞ */
margin-right: 0px;
}
@PanNyaa
Copy link
Author

PanNyaa commented Sep 14, 2016

いまのところChromeでしか動作確認してません。Firefoxだとどうなるかは謎。

@PanNyaa
Copy link
Author

PanNyaa commented Sep 14, 2016

あと配色はDarkテーマ向けになってます。Whiteテーマとか対応するのめんどくさいのでWhite使いは自分で何とかしてくだしあ。

@PanNyaa
Copy link
Author

PanNyaa commented Sep 14, 2016

あとついでに、ふぁぼのハート(♡)が星(☆)になります

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment