mobile styles
This commit is contained in:
parent
74323f8409
commit
ad5cc84617
@ -34,6 +34,8 @@
|
|||||||
|
|
||||||
*CLIENT*
|
*CLIENT*
|
||||||
|
|
||||||
|
targeting arrows back?
|
||||||
|
|
||||||
*SERVER*
|
*SERVER*
|
||||||
* std game mode
|
* std game mode
|
||||||
* time control
|
* time control
|
||||||
|
|||||||
@ -177,11 +177,7 @@
|
|||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
border: 2px solid #222;
|
border: 2px solid #222;
|
||||||
border-left-width: 0;
|
border-left-width: 0;
|
||||||
/* transition-property: all;
|
}
|
||||||
transition-duration: 0.5s;
|
|
||||||
transition-delay: 0;
|
|
||||||
transition-timing-function: ease;
|
|
||||||
*/}
|
|
||||||
|
|
||||||
.instance-construct:first-child, .instance-construct-active:first-child {
|
.instance-construct:first-child, .instance-construct-active:first-child {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
|||||||
@ -35,6 +35,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;
|
||||||
}
|
}
|
||||||
|
|
||||||
.instance.constructs-visible .highlight {
|
.instance.constructs-visible .highlight {
|
||||||
@ -64,6 +65,10 @@
|
|||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.equip .skills {
|
||||||
|
border-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.instance-construct {
|
.instance-construct {
|
||||||
grid-row: 2;
|
grid-row: 2;
|
||||||
display: grid;
|
display: grid;
|
||||||
@ -72,7 +77,7 @@
|
|||||||
"name "
|
"name "
|
||||||
"avatar ";
|
"avatar ";
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
border: 2px solid #222;
|
border: 1px solid #222;
|
||||||
transition-property: all;
|
transition-property: all;
|
||||||
transition-duration: 0.5s;
|
transition-duration: 0.5s;
|
||||||
transition-delay: 0;
|
transition-delay: 0;
|
||||||
@ -91,6 +96,9 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.instance-construct-active .avatar {
|
||||||
|
min-height: 150px;
|
||||||
|
}
|
||||||
|
|
||||||
.instance-construct-active {
|
.instance-construct-active {
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
@ -104,19 +112,26 @@
|
|||||||
"avatar "
|
"avatar "
|
||||||
"stats ";
|
"stats ";
|
||||||
|
|
||||||
/*margin: 0 2em;*/
|
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
border: 2px solid #222;
|
border: none;
|
||||||
transition-property: all;
|
transition-property: all;
|
||||||
transition-duration: 0.5s;
|
transition-duration: 0.5s;
|
||||||
transition-delay: 0;
|
transition-delay: 0;
|
||||||
transition-timing-function: ease;
|
transition-timing-function: ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.instance-construct-active .specs {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.instance-construct-active img {
|
.instance-construct-active img {
|
||||||
width: 55px;
|
width: 55px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.instance-construct:last-child {
|
||||||
|
border-left-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Construct Stuff */
|
/* Construct Stuff */
|
||||||
|
|
||||||
|
|||||||
@ -44,6 +44,7 @@ function Skill(props) {
|
|||||||
<button
|
<button
|
||||||
disabled='true'
|
disabled='true'
|
||||||
className='construct-skill-btn disabled'>
|
className='construct-skill-btn disabled'>
|
||||||
|
|
||||||
</button>
|
</button>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user