Skip to content

Instantly share code, notes, and snippets.

@hushin
Last active September 23, 2018 00:06
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 hushin/21aab8c31df60a2bc5518734d9ed5680 to your computer and use it in GitHub Desktop.
Save hushin/21aab8c31df60a2bc5518734d9ed5680 to your computer and use it in GitHub Desktop.
.column:nth-child(1) {
width: 600px;
}
.column:nth-child(1) .item-box:not(:hover) .tweet-footer {
display: none;
}
.column:nth-child(1) .js-stream-item-content {
padding: 3px;
}
.column:nth-child(1) .media-preview, .column:nth-child(1) .quoted-tweet {
margin: 0 10px;
min-width: 250px;
width: 250px;
}
.column:nth-child(1) .tweet-body {
display: flex;
}
.column:nth-child(1) .tweet-context {
position: absolute;
right: 40px;
}
.column:nth-child(1) .tweet-text {
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment