formatting, update text, ux
This commit is contained in:
+3
-3
@@ -3,7 +3,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>Role Playing Game Dices</title>
|
||||
<meta name="application-name" content="Role Playing Game Dices">
|
||||
<meta name="application-version" content="v0.2.0">
|
||||
<meta name="application-version" content="v0.2.1">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
|
||||
@@ -80,7 +80,7 @@
|
||||
<input type="text" id="inputText" placeholder="1D6+1 + 2W4">
|
||||
</div>
|
||||
<div class="actions">
|
||||
<button onclick="addDicesText()"><img src="./assets/plus.svg"> Add Dices</button>
|
||||
<button onclick="addDicesText()"><img src="./assets/plus.svg"> New Dices</button>
|
||||
<button onclick="rollText()"><img src="./assets/roll.svg"> Roll</button>
|
||||
</div>
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
<input type="color" id="inputColor">
|
||||
</div>
|
||||
<div class="actions">
|
||||
<button onclick="addDiceForm()"><img src="./assets/plus.svg"> Add Dice</button>
|
||||
<button onclick="addDiceForm()"><img src="./assets/plus.svg"> New Dice</button>
|
||||
<button onclick="rollForm()"><img src="./assets/roll.svg"> Roll</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user