diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-03-28 19:06:31 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-03-28 19:06:31 +0100 |
commit | 951fe012f0ca16dfd301a302d403bec9116b2695 (patch) | |
tree | 51296b39c4bb8bfd1c3c042941d6511f82e953a2 | |
parent | df0e457626c996d7ec21b71f3ae62d9972c2ac05 (diff) | |
download | land-and-freedom-951fe012f0ca16dfd301a302d403bec9116b2695.tar.gz |
Less intrusive hero pool on board.
-rw-r--r-- | play.css | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -170,13 +170,11 @@ body.Observer #toggle_trash { position: absolute; top: 150px; left: 26px; - height: 780px; - gap: 6px; - display: flex; - justify-content: left; - align-items: start; - flex-direction: column; - flex-wrap: wrap; + width: 60px; +} + +#hero_point_pool .token { + margin-bottom: -25px; } .front_container { |