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;
}