more mobile

This commit is contained in:
ntr 2019-04-05 19:40:20 +11:00
parent c641afde22
commit 418901a153
2 changed files with 5 additions and 3 deletions

View File

@ -209,7 +209,7 @@ header {
.menu-cryps { .menu-cryps {
display: flex; display: flex;
flex-flow: row wrap; flex-flow: row wrap;
flex: 1 1 100%; flex: 1;
} }
.menu-cryp-ctr { .menu-cryp-ctr {
@ -260,6 +260,7 @@ header {
.menu-instance-list { .menu-instance-list {
flex: 1; flex: 1;
order: 99;
flex-flow: row wrap; flex-flow: row wrap;
display: flex; display: flex;
@ -543,11 +544,11 @@ header {
main { main {
flex: 1; flex: 1;
flex-flow: column; flex-flow: column;
justify-content: space-between;
} }
main.game { main.game {
flex-flow: column-reverse; flex-flow: column-reverse;
justify-content: space-between;
} }
main.game .instance-hdr { main.game .instance-hdr {
@ -560,6 +561,7 @@ header {
.menu-instance-list { .menu-instance-list {
order: -1; order: -1;
flex: unset;
width: 100%; width: 100%;
} }

View File

@ -133,7 +133,7 @@ function Menu(args) {
} }
return ( return (
<main> <main className="menu">
{instanceList()} {instanceList()}
{crypList()} {crypList()}
</main> </main>