more mobile

This commit is contained in:
ntr 2019-06-04 13:32:03 +10:00
parent 3e8ce6300c
commit 0ed082c35e
2 changed files with 17 additions and 3 deletions

View File

@ -34,7 +34,7 @@
.instance.constructs-visible .equip { .instance.constructs-visible .equip {
display: initial; display: initial;
grid-area: vbox; grid-area: vbox;
margin: 0 0 0.5em 0; margin: 0;
} }
.instance.constructs-visible .highlight { .instance.constructs-visible .highlight {
@ -46,6 +46,7 @@
flex-flow: row; flex-flow: row;
align-content: flex-end; align-content: flex-end;
height: 100%; height: 100%;
margin: 0;
} }
.vbox-inventory { .vbox-inventory {
@ -56,8 +57,15 @@
margin-left: 0; margin-left: 0;
} }
.equip { .equip .specs {
margin-top: 0.5em;
border: none; border: none;
border-bottom: 1px solid #444;
}
.equip .skills {
border: none;
border-bottom: 1px solid #444;
} }
.instance-construct { .instance-construct {
@ -71,7 +79,8 @@
"avatar " "avatar "
"stats "; "stats ";
border-top: 1px solid #222; border-top: 0;
padding: 0;
transition-property: all; transition-property: all;
transition-duration: 0.5s; transition-duration: 0.5s;
@ -83,6 +92,10 @@
min-height: 150px; min-height: 150px;
} }
.instance-construct:first-child {
border-left-width: 0;
}
.instance-construct:not(:last-child) { .instance-construct:not(:last-child) {
border-right: 1px solid #222; border-right: 1px solid #222;
} }

View File

@ -42,6 +42,7 @@
main { main {
overflow-x: hidden; overflow-x: hidden;
padding: 0;
} }
.login { .login {