@ -43,8 +43,25 @@
height: 100%;
}
#allies-rack .player-piece,
#allies-rack {
width: 125px;
min-width: 125px;
#opponent-rack {
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: flex-end;
#opponent-rack .player-piece {
margin-right: 5px;
#allies-rack .player-piece {
margin-left: 5px;
@ -26,6 +26,7 @@ import SavingState, {
SaveState,
SaveStates,
} from "../components/editor/SavingState"
import * as Console from "console";
const ERROR_STYLE: CSSProperties = {
borderColor: "red",