Created
October 7, 2018 02:54
-
-
Save kikairoya/5a5c3255b4ae8a8bed72808fbfe1e639 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.stream-item { | |
margin-bottom: 0px !important; | |
} | |
.item-box { | |
padding: 2px !important; | |
border-bottom: 1px solid gray; | |
} | |
.tweet { | |
display: flex !important; | |
flex-direction: column !important; | |
min-height: 36px !important; | |
} | |
.tweet-header { | |
order: -2 !important; | |
margin-right: 50px !important; | |
} | |
.tweet-body { | |
} | |
.tweet-context { | |
order: -1 !important; | |
margin-left: unset !important; | |
overflow: hidden !important; | |
overflow-wrap: normal !important; | |
word-break: break-all !important; | |
zoom: 0.8 !important; | |
} | |
.tweet-context .nbfc { | |
overflow-wrap: normal !important; | |
word-break: break-all !important; | |
} | |
.tweet-context .item-img { | |
width: unset !important; | |
margin-right: 2px !important; | |
} | |
.tweet-footer { | |
order: -2 !important; | |
margin-top: -18px !important; | |
width: fit-content !important; | |
align-self: flex-end !important; | |
margin-left: unset !important; | |
zoom: 0.8 !important; | |
} | |
.tweet-footer .tweet-actions .tweet-action-item:nth-child(n+2):nth-child(-n+3), | |
.reply-count { | |
display: none !important; | |
} | |
.tweet-actions { | |
margin: unset !important; | |
display: flex !important; | |
width: unset !important; | |
height: 18px !important; | |
float: right !important; | |
} | |
.tweet-action, .tweet-action-item, .tweet-action i, .tweet-action span { | |
float: unset !important; | |
} | |
.tweet-action { | |
display: flex !important; | |
margin-left: -5px !important; | |
} | |
.pull-left.margin-r--10 { | |
margin-right: 0 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment