diff --git a/client/instance.css b/client/instance.css index 38e42479..e585759b 100644 --- a/client/instance.css +++ b/client/instance.css @@ -188,7 +188,6 @@ .instance-cryp .skills { grid-area: skills; display: flex; - flex-flow: row; border-width: 0px; } @@ -375,3 +374,22 @@ button.equip { .equip .specs figcaption { font-size: 75%; } + +.thresholds { + display: flex; + flex-flow: column; + align-items: center; + /*justify-content: space-around;*/ +} + +.spec-goals figure { + margin: 1em 0; +} + +.spec-goals figure svg { + height: 1em; +} + +.spec-goals .unmet { + opacity: 0.5; +} diff --git a/client/src/components/info.component.jsx b/client/src/components/info.component.jsx index 9b323cb1..6284790e 100644 --- a/client/src/components/info.component.jsx +++ b/client/src/components/info.component.jsx @@ -102,12 +102,10 @@ function Info(args) { return (