From 6cd844c53a218afc1b65d627fdd48c4141b72f9c Mon Sep 17 00:00:00 2001 From: ntr Date: Sun, 31 Mar 2019 18:11:47 +1100 Subject: [PATCH] some resizing --- html-client/cryps.css | 2 ++ html-client/src/components/game.component.jsx | 4 ---- html-client/src/keyboard.jsx | 1 + 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/html-client/cryps.css b/html-client/cryps.css index c3436639..6ed723e3 100755 --- a/html-client/cryps.css +++ b/html-client/cryps.css @@ -267,6 +267,8 @@ button:hover { .cryp-box .skills { width: 50%; + min-width: 150px; + flex: 1 1 50%; } .cryp-skill-btn { diff --git a/html-client/src/components/game.component.jsx b/html-client/src/components/game.component.jsx index a553dfcc..22c1e20e 100644 --- a/html-client/src/components/game.component.jsx +++ b/html-client/src/components/game.component.jsx @@ -32,10 +32,6 @@ function GamePanel(props) { ? activeSkill.crypId === cryp.id && activeSkill.skill === s : false; - if (activeSkill) { - console.log(cryp.id, s, highlight); - } - return (