Skip to content

Instantly share code, notes, and snippets.

@ysmood
Last active December 17, 2015 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ysmood/5626412 to your computer and use it in GitHub Desktop.
Save ysmood/5626412 to your computer and use it in GitHub Desktop.
Auto-hide the googleplus's photo comment column.
.KmGBLb {
right: -300px !important;
z-index: 1004;
-webkit-transition: all .15s cubic-bezier(0,1.12,.39,.98);
-moz-transition: all .15s cubic-bezier(0,1.12,.39,.98);
-ms-transition: all .15s cubic-bezier(0,1.12,.39,.98);
-o-transition: all .15s cubic-bezier(0,1.12,.39,.98);
transition: all .15s cubic-bezier(0,1.12,.39,.98);
}
.KmGBLb:hover {
right: 0px !important;
}
.iJ, .OARxdc {
right: 0px !important;
}
.J6 {
right: 20px !important;
}
.gO {
margin: auto 330px auto auto !important;
}
.TfYAod {
right: 20px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment