Created
February 11, 2019 08:09
-
-
Save palikhov/10fa4448d5a809c955fb74a2f8644424 to your computer and use it in GitHub Desktop.
Cards: minify playing card icons next to user avatars (lasts that session)
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
| #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