Merge branch 'develop' of ssh://mnml.gg:40022/~/mnml into develop

This commit is contained in:
Mashy
2019-07-16 21:53:28 +10:00
6 changed files with 131 additions and 17 deletions
+3
View File
@@ -528,6 +528,9 @@ header {
color: black;
}
.play-btn {
font-size: 150%;
}
.refresh-btn {
border: 1px solid #222;
+1 -1
View File
@@ -138,7 +138,7 @@ function Nav(args) {
<h1 class="header-title">mnml.gg</h1>
<AccountStatus />
<hr />
<button disabled={canJoin} onClick={() => navTo('list')}>Play</button>
<button class="play-btn" disabled={canJoin} onClick={() => navTo('list')}>Play</button>
<hr />
{joined}
{haxSection}