diff options
-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 { |