Skip to content

Instantly share code, notes, and snippets.

@ofca
Last active November 24, 2015 10:07
Show Gist options
  • Save ofca/4e52b8b9d37efd1bb021 to your computer and use it in GitHub Desktop.
Save ofca/4e52b8b9d37efd1bb021 to your computer and use it in GitHub Desktop.
Minor fixes for new ("material design") Google Plus
/**
* Changelog:
*
* 2015/11/24
* - display full content of the posts and remove "read more" dots
* - display all comments (no need to scroll)
*/
.fu5e3b.qhIQqf {
/* Show full post */
max-height: none;
}
.fu5e3b.qhIQqf:after {
/* Hide "read more" dots */
display: none;
}
.BiekDe {
/* Show all comments */
max-height: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment