mobile improvement for zilch status
This commit is contained in:
+4
-2
@@ -6,7 +6,7 @@
|
||||
<title>openzilch.js</title>
|
||||
<link href="style/main.css" rel="stylesheet" type="text/css" />
|
||||
<link href="style/mobile.css" rel="stylesheet" type="text/css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.5, maximum-scale=1, user-scalable=no">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -20,11 +20,13 @@
|
||||
<div class="score-container player" id="player-score-container">
|
||||
<label class="label" for="player-score">Player</label>
|
||||
<div class="score" id="player-score"></div>
|
||||
<div class="zilch" id="player-zilch"></div>
|
||||
</div>
|
||||
<button class="button" id="restart-button">New Game</button>
|
||||
<div class="score-container cpu" id="cpu-score-container">
|
||||
<label class="label" for="cpu-score">CPU</label>
|
||||
<div class="score" id="cpu-score"></div>
|
||||
<div class="zilch" id="cpu-zilch"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="dices-container">
|
||||
@@ -68,7 +70,7 @@
|
||||
<p>Created by Lukas Haubaum. Design template and code inspiration by <a href="https://gabrielecirulli.github.io/2048/" target="_blank">Gabriele Cirulli's 2048</a>.</p>
|
||||
<hr />
|
||||
<div class="footer">
|
||||
<p><a href="https://github.com/lurkars/openzilch.js" target="_blank">Github</a></p>
|
||||
<p><a href="https://github.com/lurkars/openzilch.js" target="_blank">GitHub</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user