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

View File

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