Skip to content

Instantly share code, notes, and snippets.

@mgerlach-klick
Created July 15, 2015 15:29
Show Gist options
  • Save mgerlach-klick/dab315e26a7a60c011c3 to your computer and use it in GitHub Desktop.
Save mgerlach-klick/dab315e26a7a60c011c3 to your computer and use it in GitHub Desktop.
Shrink Genie
/* Shrink Genie */
.genie .genie-container .genie-context .genie-image > img {
width: 100px;
height: 100px;
}
.genie .genie-container .genie-context .genie-input, .genie .genie-container .genie-context .genie-image .genie-status {
font-size: 12px;
}
.genie .genie-container .genie-context {
width: 200px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment