summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-11-24 10:56:31 +0100
committerMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-11-24 10:56:31 +0100
commit015eb625c467ccf68666807072e562a668479e47 (patch)
tree04a6cbc26e40888888409c12b58300fed5094f84 /play.js
parent8641448cd326277ea4e3e6b7dcbc128ccf51bdd3 (diff)
downloadvotes-for-women-015eb625c467ccf68666807072e562a668479e47.tar.gz
turn marker style
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 1 insertions, 1 deletions
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"))