diff --git a/client/assets/styles/menu.less b/client/assets/styles/menu.less index 566120b0..4d0dd7ca 100644 --- a/client/assets/styles/menu.less +++ b/client/assets/styles/menu.less @@ -132,10 +132,12 @@ section { display: block; button { - cursor: default; + pointer-events: none; } section { + margin-bottom: 0.5em; + div:first-child { padding-right: 1em; } @@ -147,7 +149,7 @@ section { grid-area: unset; .instance-construct { - border: 0; + // border: 0; } } } diff --git a/client/src/components/game.construct.jsx b/client/src/components/game.construct.jsx index ea4db106..34349422 100644 --- a/client/src/components/game.construct.jsx +++ b/client/src/components/game.construct.jsx @@ -93,12 +93,12 @@ class GameConstruct extends Component { const skills = range(0, 3) .map(j => ); - let crypSkills =
 
; + let crypSkills =
; if (player) crypSkills = (
{skills}
); const effects = construct.effects.length ? construct.effects.map(c =>
{c.effect} - {c.duration}T
) - :
 
; + : null; return (