diff --git a/static/nryg.less b/static/nryg.less index 06342985..69adba05 100644 --- a/static/nryg.less +++ b/static/nryg.less @@ -349,12 +349,17 @@ table { .game-title { font-style: normal; + text-align: center; img { vertical-align: sub; } } + .game-score { + text-align: center; + } + .standard { grid-column: 1; } @@ -546,6 +551,8 @@ table { font-family: "Motiva Sans", sans-serif; padding: 18px; background: url("https://steamstore-a.akamaihd.net/public/images/v6/colored_body_top2.png?v=2") center; + grid-template-columns: auto 124px; + grid-template-rows: 58px 36px; .player .player-name { grid-row: 1; @@ -566,7 +573,9 @@ table { .game-image { height: 58px; + width: 124px; border-radius: 4px; + display: inline-block; } } diff --git a/templates/minis/steam.html b/templates/minis/steam.html index 3bf15d4f..f219c49f 100644 --- a/templates/minis/steam.html +++ b/templates/minis/steam.html @@ -42,7 +42,7 @@ {% else %}
-
+
{% endif %}