Created
August 19, 2011 00:14
-
-
Save epicdaze/1155680 to your computer and use it in GitHub Desktop.
#twitter - expand latest tweet #stylish
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
/* when logged in, expand latest tweet instead of truncated version */ | |
div.latest-tweet .tweet-content, | |
div.latest-tweet .tweet-row, | |
div.truncated-tweet .tweet-row {height: 60px !important;} | |
div.latest-tweet .tweet-row, div.truncated-tweet .tweet-row {white-space: normal !important;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment