diff --git a/client/cryps.css b/client/cryps.css index 27835b03..02be754d 100644 --- a/client/cryps.css +++ b/client/cryps.css @@ -509,10 +509,10 @@ header { flex: 1; } -.logs { +/*.logs { flex: 0 0 100%; } - +*/ .selected-skills { flex: 1 1 25%; @@ -565,6 +565,12 @@ header { width: 100%; } + .menu-instance-btn { + margin-right: 0; + margin-bottom: 0.5em; + padding: 0.2em; + } + .cryps { font-size: 0.75em; padding: 0 1em; diff --git a/client/src/components/game.component.jsx b/client/src/components/game.component.jsx index 8c3abc14..0ebc6a82 100644 --- a/client/src/components/game.component.jsx +++ b/client/src/components/game.component.jsx @@ -22,6 +22,26 @@ function GamePanel(props) { } = props; if (!game) return