diff --git a/css/chess.css b/css/chess.css index 65ff078..2ce5893 100644 --- a/css/chess.css +++ b/css/chess.css @@ -125,6 +125,24 @@ button:disabled .silhouette { white-space: nowrap; } +#cb_game { + display: flex; + flex-flow: row nowrap; + align-items: baseline; + padding-right: 2em; +} + +#cb_game label { + flex: 0 0 auto; +} + +#cb_select_game { + width: 100%; + margin-left: 0.2em; + margin-right: auto; + flex: 0 1 auto; +} + #cb_undo { margin-left: auto; margin-right: 0.1em;