Browse Source

fix broken animation caused by #521

pull/567/head
LouisLam 3 years ago
parent
commit
cdf81a36d3
  1. 3
      src/components/HeartbeatBar.vue

3
src/components/HeartbeatBar.vue

@ -183,9 +183,6 @@ export default {
} }
.hp-bar-big { .hp-bar-big {
display: flex;
justify-content: flex-end;
.beat { .beat {
display: inline-block; display: inline-block;
background-color: $primary; background-color: $primary;

Loading…
Cancel
Save