| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-05-30 21:22:40 +0200 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-05-30 21:22:40 +0200 | 
| commit | bc537c67fc80538c7919ba0d41e4a733cba27e87 (patch) | |
| tree | dcb7a5f09f14bfb4e9641f8b1b83177d2d875cc2 /src | |
| parent | 15c75eedb3cd68ab5020f6f0745a7bee24fe1565 (diff) | |
Oh, and let's have a smooth mov pts bar too!
Diffstat (limited to 'src')
| -rw-r--r-- | src/battlemap/www/style.css | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/battlemap/www/style.css b/src/battlemap/www/style.css index ee74f23..ede1559 100644 --- a/src/battlemap/www/style.css +++ b/src/battlemap/www/style.css @@ -237,6 +237,7 @@     border-radius: 5px;     z-index: 0;     top: -100%; +   transition: width 0.3s ease-out;  }  .battlemap-character-card-health | 


