MAPG-32 use default width (0) for scorebar

This commit is contained in:
Bence Pőcze 2020-05-20 15:00:11 +02:00
parent 82f69664c1
commit 961e6e2380

View File

@ -149,6 +149,7 @@ button:disabled {
#scoreBar {
height: 100%;
width: 0;
transition-property: width;
transition-duration: 1.0s;
}