diff --git a/client/assets/styles/controls.less b/client/assets/styles/controls.less index bbdecce2..e00c633a 100644 --- a/client/assets/styles/controls.less +++ b/client/assets/styles/controls.less @@ -15,7 +15,7 @@ aside { padding-left: 1em; .instance-ctrl { - grid-template-rows: 1fr 1fr 1fr min-content; + grid-template-rows: 2fr 2fr 1fr; } .controls { @@ -32,14 +32,7 @@ aside { } } - // fix chrome being inconsistent - table { - height: 100%; - } - - div { - text-align: center; - } + text-align: center; button { width: 100%; @@ -108,6 +101,18 @@ aside { .instance-ctrl-btns { font-size: 50%; + + display: flex; + flex-flow: column; + + button { + flex: 0; + + &:first-child { + flex: 1; + font-size: 200%; + } + } } .abandon:not([disabled]) { diff --git a/client/src/components/player.box.jsx b/client/src/components/player.box.jsx index 0ecd149f..4e92093b 100644 --- a/client/src/components/player.box.jsx +++ b/client/src/components/player.box.jsx @@ -40,14 +40,14 @@ function Scoreboard(args) { style={{ 'background-image': `url(/imgs/c170c913-7bd1-4196-97d0-97f404cfbbe9.svg)` }}> -