diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-12-17 20:09:47 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 13:02:38 +0100 |
commit | 4406a730314dd97654b4545685b305a12a76d6fb (patch) | |
tree | b90b0013f3e5dd6662ef91825e99a3b721f2d849 /play.html | |
parent | 773c2f65b0104dd1ae692d8a73e08e2adbebe275 (diff) | |
download | nevsky-4406a730314dd97654b4545685b305a12a76d6fb.tar.gz |
More capabilities.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 { <div id="vp2" class="hide marker circle victory russian v0 stack"></div> <div id="vp1" class="hide marker circle victory teutonic v0 stack"></div> <div id="legate" class="hide"></div> + <div id="smerdi" class="box"></div> </div> </div> |