diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-07-06 23:13:19 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-07-07 19:05:52 +0200 |
commit | c30bb468331f44801591ae4fbfce6f4132b8c873 (patch) | |
tree | 96acdb9048d4752efae19ac15be3184ea9d86f6a | |
parent | 78cbb621a1cef47ce2d79b40f5ab2a2c13872a9d (diff) | |
download | time-of-crisis-c30bb468331f44801591ae4fbfce6f4132b8c873.tar.gz |
Fix castra display.
Fix castra display.
-rw-r--r-- | play.css | 2 | ||||
-rw-r--r-- | play.js | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -408,7 +408,7 @@ body.p2 #npg_galatia { display: block } background-size: 54px 64px; background-color: transparent; box-shadow: none; - filter: drop-shadow(1px 1px 6px #0008); + filter: drop-shadow(0px 1px 3px #0008); } .legion { @@ -1370,6 +1370,7 @@ function on_update() { layout_stack(pi * 6 + ai, stack, region, inside ? 1 : 0, 16, 16) } else { avail_stack.push(e) + hide(ui.castra[pi][ai]) } e.classList.toggle("unavailable", region === UNAVAILABLE) e.classList.toggle("selected", view.selected_general === pi * 6 + ai) |