From 76a4e06ec246b9560aa396b3166f0cc98b53aa43 Mon Sep 17 00:00:00 2001 From: "vivien.dufour" Date: Mon, 11 Dec 2023 16:20:29 +0100 Subject: [PATCH] fix css, topbar (ball) do not move anymore on drag of a player --- front/style/editor.css | 3 +++ front/views/Editor.tsx | 1 + 2 files changed, 4 insertions(+) diff --git a/front/style/editor.css b/front/style/editor.css index 93860c7..f7b2588 100644 --- a/front/style/editor.css +++ b/front/style/editor.css @@ -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 { diff --git a/front/views/Editor.tsx b/front/views/Editor.tsx index 1a5b861..2ee86a8 100644 --- a/front/views/Editor.tsx +++ b/front/views/Editor.tsx @@ -29,6 +29,7 @@ import SavingState, { SaveState, SaveStates, } from "../components/editor/SavingState" +import * as Console from "console"; import {CourtObject} from "../tactic/CourtObjects";