fix css, topbar (ball) do not move anymore on drag of a player

pull/77/head
Vivien DUFOUR 1 year ago
parent 7042b48ffe
commit 9c07506b00

@ -43,8 +43,25 @@
height: 100%; height: 100%;
} }
#allies-rack .player-piece, #allies-rack {
width: 125px;
min-width: 125px;
}
#opponent-rack {
width: 125px;
min-width: 125px;
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: flex-end;
}
#opponent-rack .player-piece { #opponent-rack .player-piece {
margin-right: 5px;
}
#allies-rack .player-piece {
margin-left: 5px; margin-left: 5px;
} }

@ -26,6 +26,7 @@ import SavingState, {
SaveState, SaveState,
SaveStates, SaveStates,
} from "../components/editor/SavingState" } from "../components/editor/SavingState"
import * as Console from "console";
const ERROR_STYLE: CSSProperties = { const ERROR_STYLE: CSSProperties = {
borderColor: "red", borderColor: "red",

Loading…
Cancel
Save