From f6780135ec6ab392d3837282fd1267691bb84f6c Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:29:51 +0100 Subject: congress marker placement --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play.js b/play.js index 4312488..3bb5ed4 100644 --- a/play.js +++ b/play.js @@ -382,7 +382,7 @@ function build_user_interface() { for (let c = 1; c <= 6; ++c) { elt = ui.congress[c] = create("div", { className: "piece congress", - style: `left:${15 + (c-1) * 42}px;top:-6px;`, + style: `left:${15 + (c-1) * 41.7}px;top:-6px;`, }) elt.addEventListener("mousedown", on_click_congress) } -- cgit v1.2.3