From 605d13ad1d5b3abf692c9474fb13fa0e50c3910b Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 17 Jan 2023 17:52:44 +0100 Subject: Castle marker layout. --- play.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'play.html') diff --git a/play.html b/play.html index 5f2986a..38f80d4 100644 --- a/play.html +++ b/play.html @@ -983,6 +983,11 @@ body.shift .mustered_vassals { position: absolute; } +#pieces .castle { + position: absolute; + pointer-events: none; +} + .service_marker.teutonic.lord.selected { box-shadow: 0 0 0 1px #111, 0 0 0 3px yellow; } @@ -1299,6 +1304,10 @@ body.shift .mustered_vassals {
+
+
+
+
-- cgit v1.2.3