summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
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"))