menu styles

This commit is contained in:
ntr
2019-09-08 14:33:58 +10:00
parent c4fd68a47f
commit 44ef34c6eb
5 changed files with 48 additions and 59 deletions
+6 -8
View File
@@ -206,14 +206,12 @@ class AccountStatus extends Component {
</button>
</div>
<div>
<div class="list">
<figure>
<figcaption>spawn new construct</figcaption>
<button onClick={() => sendConstructSpawn()} type="submit">
¤50
</button>
</figure>
</div>
<figure>
<figcaption>spawn new construct</figcaption>
<button onClick={() => sendConstructSpawn()} type="submit">
¤50
</button>
</figure>
<button onClick={() => logout()}>Logout</button>
<button><a href={`mailto:humans@mnml.gg?subject=Account%20Support:%20${account.name}`}> support</a></button>
</div>
+2 -2
View File
@@ -89,7 +89,7 @@ function Play(args) {
return (
<div class="inventory top">
<section class="top">
<div class="news">
<h1>mnml v{VERSION}</h1>
<p>use the buttons on the right to join an instance.</p>
@@ -122,7 +122,7 @@ function Play(args) {
{shop.available.map(availableMtx)}
</div>
</div>
</div>
</section>
);
}
+2 -2
View File
@@ -25,7 +25,7 @@ function Shop(args) {
} = args;
return (
<div class="inventory top">
<section class="top">
<div class="news">
<h1>support the game</h1>
<p>
@@ -51,7 +51,7 @@ function Shop(args) {
<StripeBtns account={account} />
</Elements>
</div>
</div>
</section>
);
}