From a3b34dc41df39e987c0e9b36a5ec121fb6bb1cf6 Mon Sep 17 00:00:00 2001 From: ntr Date: Thu, 2 May 2019 15:27:26 +1000 Subject: [PATCH] wip --- client/cryps.css | 2 ++ client/src/components/instance.cryps.jsx | 14 ++++++-------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/cryps.css b/client/cryps.css index 93ab8de7..34aafc5e 100644 --- a/client/cryps.css +++ b/client/cryps.css @@ -619,6 +619,8 @@ table td svg { } .cryp-box .stats { + flex: 1 0 25%; + align-items: flex-start; display: flex; flex-flow: row wrap; } diff --git a/client/src/components/instance.cryps.jsx b/client/src/components/instance.cryps.jsx index d013d88f..da88f6c9 100644 --- a/client/src/components/instance.cryps.jsx +++ b/client/src/components/instance.cryps.jsx @@ -129,14 +129,12 @@ function Cryp(props) { onDrop={onDrop} style={border} > -
-
- {crypAvatar(cryp.name)} -
{cryp.name}
-
-
- {skills} -
+
+ {crypAvatar(cryp.name)} +
{cryp.name}
+
+
+ {skills}
{specs}