Update Player.vue

This commit is contained in:
Steffen 2020-05-25 21:04:33 +02:00 committed by GitHub
parent aed1d7a274
commit d1d555f31a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -623,7 +623,7 @@ li.move:not(.from) .player > svg.move {
display: block;
margin: 5px ($token / -4) 0;
text-align: center;
padding: ($token * 0.3 + 2px) 5px 0;
padding: ($token * 0.3 + 5px) 5px 0;
border-radius: 50%;
line-height: 90%;
border: 3px solid black;