@ -48,10 +48,13 @@
#allies-rack {
width: 125px;
min-width: 125px;
<<<<<<< HEAD
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: flex-start;
=======
>>>>>>> 6b6f448 (fix css, topbar (ball) do not move anymore on drag of a player)
}
#opponent-rack {
@ -29,6 +29,7 @@ import SavingState, {
SaveState,
SaveStates,
} from "../components/editor/SavingState"
import * as Console from "console";
import {CourtObject} from "../tactic/CourtObjects";