default button styling 60% width

This commit is contained in:
Mashy
2019-11-23 17:20:43 +10:00
parent 34f790caa3
commit 9b6bf4442e
2 changed files with 3 additions and 13 deletions
+1 -5
View File
@@ -89,11 +89,7 @@ function specThresholds(player, fullInfo, info) {
return (
<div>
<div class="thresholds">
{thresholds[0]}
{thresholds[1]}
</div>
<div class="thresholds">
{thresholds[2]}
{thresholds}
</div>
</div>