From dff573e6a87ea4b961442412fffcfbba26ad400a Mon Sep 17 00:00:00 2001 From: Christopher Serr Date: Thu, 17 May 2018 20:24:12 +0200 Subject: [PATCH] Fix Game Icon Positioning and Size --- src/css/livesplit.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/css/livesplit.css b/src/css/livesplit.css index 07e3ecc..c697770 100644 --- a/src/css/livesplit.css +++ b/src/css/livesplit.css @@ -253,8 +253,10 @@ div.meta-two-lines > div#lower-row > div.title-attempts { .game-icon-container { max-width: 34px; min-width: 34px; + height: 30px; padding: 1px; - height: auto; + padding-left: 5px; + padding-top: 3px; position: absolute; left: 0 } @@ -280,7 +282,7 @@ div.meta-two-lines > div#lower-row > div.title-attempts { img.title-icon { max-width: 100%; max-height: 100%; - height: auto; + height: 100%; display: block; margin: auto; }