diff --git a/css/chess.css b/css/chess.css index df489f9..157d020 100644 --- a/css/chess.css +++ b/css/chess.css @@ -360,6 +360,7 @@ button:disabled .silhouette { display: flex; flex-flow: column nowrap; justify-content: flex-end; + align-items: center; } .badge { @@ -373,6 +374,12 @@ button:disabled .silhouette { margin: 0; } +.badge.game-link-badge img { + width: 1.8em; + height: 1.8em; + margin: 0.6em; +} + @media only screen and (max-aspect-ratio: 3/2) { #content { flex-flow: column nowrap; diff --git a/index.html b/index.html index 805b338..2b1a733 100644 --- a/index.html +++ b/index.html @@ -248,6 +248,8 @@