| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-06-22 14:16:12 +0200 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-06-22 14:16:12 +0200 | 
| commit | cbfcab80b9faf43a2f75cda431dff53842cf93dd (patch) | |
| tree | c0d9cd2800fccfd34a00f3e2006dcf9ed0a1fe8f /src/battlemap/www/style.css | |
| parent | 0f041f72c3d7c116eeb307d339f934d801c5b43a (diff) | |
Fixes markers preventing char selection.
Dead characters do not appear on the map, even during the animation
showing the actions leading to their demise.
Diffstat (limited to 'src/battlemap/www/style.css')
| -rw-r--r-- | src/battlemap/www/style.css | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/battlemap/www/style.css b/src/battlemap/www/style.css index 09e1edd..532ab88 100644 --- a/src/battlemap/www/style.css +++ b/src/battlemap/www/style.css @@ -47,7 +47,7 @@     display: flex;     flex-flow: row; -   justify-content: space-between; +   justify-content: space-evenly;  } | 


