mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
A couple tweaks for the duel stats view.
This commit is contained in:
parent
73f3e7cdd9
commit
b3496cbf6b
2 changed files with 4 additions and 1 deletions
app
|
@ -63,6 +63,9 @@
|
|||
.health-bar-container .health-bar
|
||||
background: hsla(205,100%,51%,1)
|
||||
|
||||
.thang-avatar-view
|
||||
@include scaleX(-1)
|
||||
|
||||
.name-and-power
|
||||
display: flex
|
||||
flex-direction: row
|
||||
|
|
|
@ -7,7 +7,7 @@ for player in players
|
|||
.player-power
|
||||
.power-icon
|
||||
.power-value
|
||||
.player-name= player.name
|
||||
.player-name= player.name || 'Anoner'
|
||||
.player-health
|
||||
.health-icon
|
||||
.health-bar-container
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue