Last active
November 24, 2015 10:07
-
-
Save ofca/4e52b8b9d37efd1bb021 to your computer and use it in GitHub Desktop.
Minor fixes for new ("material design") Google Plus
This file contains 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
/** | |
* 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