Skip to content

Instantly share code, notes, and snippets.

@jorgenschaefer
Created May 24, 2013 23:23
Show Gist options
  • Select an option

  • Save jorgenschaefer/5647175 to your computer and use it in GitHub Desktop.

Select an option

Save jorgenschaefer/5647175 to your computer and use it in GitHub Desktop.
Google+ Stylish Style Sheet
@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