diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-03-28 18:48:33 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-03-28 18:48:33 +0100 |
commit | 4040674c4bd153d855b58a38fe1a2e2721eb441d (patch) | |
tree | d927cecba6221535ac8ce7dbb8a360488f546b41 /play.css | |
parent | c31cec6b6e463bdbad5fc6e02cd6a1b77c2c3faa (diff) | |
download | land-and-freedom-4040674c4bd153d855b58a38fe1a2e2721eb441d.tar.gz |
Show hero point pool on board.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -166,6 +166,19 @@ body.Observer #toggle_trash { /* CONTAINERS */ +#hero_point_pool { + position: absolute; + top: 150px; + left: 26px; + height: 780px; + gap: 6px; + display: flex; + justify-content: left; + align-items: start; + flex-direction: column; + flex-wrap: wrap; +} + .front_container { position: absolute; display: flex; |