ofca
11/24/2015 - 10:03 AM

Minor fixes for new ("material design") Google Plus

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