From 015eb625c467ccf68666807072e562a668479e47 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Fri, 24 Nov 2023 10:56:31 +0100 Subject: turn marker style --- play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'play.js') diff --git a/play.js b/play.js index ac11b1c..13980e2 100644 --- a/play.js +++ b/play.js @@ -602,7 +602,7 @@ function on_update() { // eslint-disable-line no-unused-vars document.getElementById("support_info").textContent = support_info() document.getElementById("opposition_info").textContent = opposition_info() - ui.turn.style.left = 800 + (42 * (view.turn - 1)) + "px" + ui.turn.style.left = 806 + (42 * (view.turn - 1)) + "px" ui.congress_box.replaceChildren() ui.congress_box.classList.toggle("action", !view.congress && is_action("congress")) -- cgit v1.2.3