summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-03-28 19:06:31 +0100
committerTor Andersson <tor@ccxvii.net>2025-03-28 19:06:31 +0100
commit951fe012f0ca16dfd301a302d403bec9116b2695 (patch)
tree51296b39c4bb8bfd1c3c042941d6511f82e953a2
parentdf0e457626c996d7ec21b71f3ae62d9972c2ac05 (diff)
downloadland-and-freedom-951fe012f0ca16dfd301a302d403bec9116b2695.tar.gz
Less intrusive hero pool on board.
-rw-r--r--play.css12
1 files changed, 5 insertions, 7 deletions
diff --git a/play.css b/play.css
index 1d8b63a..7072619 100644
--- a/play.css
+++ b/play.css
@@ -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 {