From 353ec2f1a7454d9a90e9dedbea802940d43a2973 Mon Sep 17 00:00:00 2001 From: Lurkars Date: Wed, 19 Apr 2017 17:26:03 +0200 Subject: [PATCH] mobile CSS fixes; enable new game on player start --- js/game.js | 1 + style/main.css | 8 ++------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/js/game.js b/js/game.js index 18a44fc..3361ab8 100644 --- a/js/game.js +++ b/js/game.js @@ -66,6 +66,7 @@ Game.prototype.setup = function() { }); } else { self.Interface.showMessage("Player starts!", 0, function() { + self.Interface.disableRestart(false); self.Interface.disableRollDices(false); }); } diff --git a/style/main.css b/style/main.css index 2155162..99563f3 100644 --- a/style/main.css +++ b/style/main.css @@ -110,12 +110,8 @@ hr { .score-container .zilch { color: gray; - font-weight: normal; - display: block; - height: 25px; - width: 100%; - position: relative; - bottom: 5px; + font-size: 18px; + line-height: 25px; } .score-container.active .zilch {