diff --git a/html-client/cryps.css b/html-client/cryps.css index 6ed723e3..61b6d22f 100755 --- a/html-client/cryps.css +++ b/html-client/cryps.css @@ -289,7 +289,33 @@ button:hover { /* GAME */ +.game { + display: flex; + height: 100%; +} + +.game-cryp-ctr { + display: flex; + flex-flow: row; + align-items: center; +} + +.game .cryp-box { + flex: 1 1 60%; +} + .cryp-skill-btn.active { animation: whiteblackglow 1s ease 0s 1 normal forwards; animation-iteration-count: 1; +} + +.stack { + display: flex; + flex-flow: column; + align-items: stretch; +} + +.stack-line { + padding-left: 2em; + flex: 1 1 40%; } \ No newline at end of file diff --git a/html-client/src/components/game.component.jsx b/html-client/src/components/game.component.jsx index 22c1e20e..e0993850 100644 --- a/html-client/src/components/game.component.jsx +++ b/html-client/src/components/game.component.jsx @@ -18,10 +18,35 @@ function GamePanel(props) { if (!game) return