mobile CSS fixes; enable new game on player start

This commit is contained in:
Lurkars
2017-04-19 17:26:03 +02:00
parent 40ff34ba0e
commit 353ec2f1a7
2 changed files with 3 additions and 6 deletions
+1
View File
@@ -66,6 +66,7 @@ Game.prototype.setup = function() {
});
} else {
self.Interface.showMessage("Player starts!", 0, function() {
self.Interface.disableRestart(false);
self.Interface.disableRollDices(false);
});
}
+2 -6
View File
@@ -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 {