diff options
-rw-r--r-- | play.js | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -954,8 +954,10 @@ function layout_locale_cylinders(loc) { y -= 18 z = 2 } - if (e === ui.legate) + if (e === ui.legate) { y -= 16 + z = 3 + } e.style.top = (y - 23) + "px" e.style.left = (x - 23) + "px" e.style.zIndex = z |