From 961e6e23802198668c6b56b78d1517b3ca0376d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Wed, 20 May 2020 15:00:11 +0200 Subject: [PATCH] MAPG-32 use default width (0) for scorebar --- public/static/css/mapguesser.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/static/css/mapguesser.css b/public/static/css/mapguesser.css index 0c8b591..19f7fae 100644 --- a/public/static/css/mapguesser.css +++ b/public/static/css/mapguesser.css @@ -149,6 +149,7 @@ button:disabled { #scoreBar { height: 100%; + width: 0; transition-property: width; transition-duration: 1.0s; }