Created
May 24, 2013 23:23
-
-
Save jorgenschaefer/5647175 to your computer and use it in GitHub Desktop.
Google+ Stylish Style Sheet
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
| @namespace url(http://www.w3.org/1999/xhtml); | |
| @-moz-document domain("plus.google.com") { | |
| /* Some code taken from Layout Fixes for Google+ by MarkG76 */ | |
| /* | |
| * Show full posts and full comments | |
| */ | |
| /* Show the full post and comment right away */ | |
| .DIcL3e, .Gm { | |
| max-height: none !important; | |
| } | |
| /* And remove the "read more" link */ | |
| .syxni.JBNexc, .JBNexc.a-n, .syxni.unQkyd { | |
| display: none !important; | |
| } | |
| /* Don't show scroll bars when displaying many comments, either */ | |
| .mP { | |
| overflow-y: visible !important; | |
| } | |
| .CLSMk { | |
| max-height: none !important; | |
| } | |
| /* | |
| * Make text input expand as you type | |
| */ | |
| .yd { | |
| max-height: none !important; | |
| overflow-x: visible !important; | |
| overflow-y: visible !important; | |
| } | |
| /* | |
| * Remove the red button to the top left | |
| */ | |
| .jsnqwd { | |
| display: none !important; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment