Fix bar misalignment on actions

This commit is contained in:
thepaperpilot 2023-05-01 08:32:22 -05:00
parent dbdcf19b6d
commit 3413585c45

View file

@ -169,7 +169,6 @@ export function createAction<T extends ActionOptions>(
direction: Direction.Right,
width: 100,
height: 10,
style: "margin-top: 8px",
borderStyle: "border-color: black",
baseStyle: "margin-top: -1px",
progress: () => Decimal.div(progress.value, unref(genericAction.duration)),