From 4406a730314dd97654b4545685b305a12a76d6fb Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 17 Dec 2022 20:09:47 +0100 Subject: More capabilities. --- play.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'play.html') diff --git a/play.html b/play.html index 3e63ff8..a2e90a8 100644 --- a/play.html +++ b/play.html @@ -673,6 +673,13 @@ body.shift .mustered_vassals { border-color: white; } +#smerdi { + display: flex; + bottom: 0px; + right: 366px; + gap: 0px; +} + #vp2.stack:not(.half) ~ #vp1.stack:not(.half) { transform: translate(0px,-36px); } #vp2.stack.half ~ #vp1.stack.half { transform: translate(0px,-36px); } #vp2.stack.half ~ #vp1.stack:not(.half) { transform: translate(-12px,-30px); } @@ -1115,6 +1122,7 @@ body.shift .mustered_vassals {
+
-- cgit v1.2.3