Skip to content

Instantly share code, notes, and snippets.

@palikhov
Created February 11, 2019 08:09
Show Gist options
  • Select an option

  • Save palikhov/10fa4448d5a809c955fb74a2f8644424 to your computer and use it in GitHub Desktop.

Select an option

Save palikhov/10fa4448d5a809c955fb74a2f8644424 to your computer and use it in GitHub Desktop.
Cards: minify playing card icons next to user avatars (lasts that session)
#playerzone .deckhands {
min-height: unset;
}
#playerzone .deckhands .hand .cardback img {
max-height: 20px;
max-width: 20px;
}
#playerzone .deckhands .hand .cardback span {
font-size: 12px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment