chore: formatting
This commit is contained in:
parent
41bf8f606f
commit
9ea6680629
|
@ -26,9 +26,9 @@ const decorate = compose(
|
|||
.status .health-inner {
|
||||
box-shadow:
|
||||
-.5px -.5px 0 rgba(0, 0, 0, 1),
|
||||
.5px .5px 0 rgba(0, 0, 0, 1),
|
||||
-.5px .5px 0 rgba(0, 0, 0, 1),
|
||||
.5px -.5px 0 rgba(0, 0, 0, 1)
|
||||
.5px .5px 0 rgba(0, 0, 0, 1),
|
||||
-.5px .5px 0 rgba(0, 0, 0, 1),
|
||||
.5px -.5px 0 rgba(0, 0, 0, 1)
|
||||
;
|
||||
display: inline-block;
|
||||
padding: 1px 3px;
|
||||
|
@ -78,7 +78,13 @@ const QuickStatusComponent = ({app}) => {
|
|||
backgroundImage: `linear-gradient(${gradient.join(', ')})`,
|
||||
backgroundSize: `${width * 100}% 100%`,
|
||||
}}>
|
||||
<span className="life">{life}</span>/<span className="max-life">{maxLife}</span>
|
||||
<span className="life">
|
||||
{life}
|
||||
</span>
|
||||
/
|
||||
<span className="max-life">
|
||||
{maxLife}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>;
|
||||
|
|
Loading…
Reference in New Issue
Block a user