mobile fixes
This commit is contained in:
parent
7ecf8daa6d
commit
640263df87
@ -117,6 +117,10 @@ dl {
|
||||
.logo {
|
||||
margin: 2em 0;
|
||||
}
|
||||
|
||||
.list {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -7,6 +7,12 @@
|
||||
font-size: 8pt;
|
||||
padding: 0;
|
||||
|
||||
&.front-page {
|
||||
main {
|
||||
padding: 0 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
.instance {
|
||||
grid-template-areas:
|
||||
"vbox vbox"
|
||||
@ -273,6 +279,9 @@
|
||||
}
|
||||
|
||||
.info-combiner {
|
||||
max-height: 7em;
|
||||
overflow-y: scroll;
|
||||
|
||||
.info {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@ -75,9 +75,9 @@ function Play(args) {
|
||||
<hr />
|
||||
{list()}
|
||||
<hr />
|
||||
{news}
|
||||
<hr />
|
||||
<Welcome />
|
||||
<hr />
|
||||
{news}
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user