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

pull/77/head
Vivien DUFOUR 1 year ago committed by vidufour1
parent a472a4d0b7
commit 76a4e06ec2

@ -48,10 +48,13 @@
#allies-rack { #allies-rack {
width: 125px; width: 125px;
min-width: 125px; min-width: 125px;
<<<<<<< HEAD
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: flex-end; align-items: flex-end;
justify-content: flex-start; justify-content: flex-start;
=======
>>>>>>> 6b6f448 (fix css, topbar (ball) do not move anymore on drag of a player)
} }
#opponent-rack { #opponent-rack {

@ -29,6 +29,7 @@ import SavingState, {
SaveState, SaveState,
SaveStates, SaveStates,
} from "../components/editor/SavingState" } from "../components/editor/SavingState"
import * as Console from "console";
import {CourtObject} from "../tactic/CourtObjects"; import {CourtObject} from "../tactic/CourtObjects";

Loading…
Cancel
Save