Created
May 1, 2018 20:23
-
-
Save grifdail/f335d14f1f6878efdd3f224869b74d3b to your computer and use it in GitHub Desktop.
Remove everything but the tweet field from twitter.
This file contains hidden or 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
.topbar { | |
display: none; | |
} | |
.dashboard { | |
display: none; | |
} | |
.stream-container { | |
display: none; | |
} | |
.home-tweet-box.tweet-box.component.tweet-user { | |
background-color: inherit; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment