diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -166,6 +166,17 @@ body.Observer #toggle_trash { /* CONTAINERS */ +#hero_point_pool { + position: absolute; + top: 150px; + left: 26px; + width: 60px; +} + +#hero_point_pool .token { + margin-bottom: -30px; +} + .front_container { position: absolute; display: flex; |