From 3413585c45c1c3cc32975fd67e6ce90ff2974db2 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Mon, 1 May 2023 08:32:22 -0500 Subject: [PATCH] Fix bar misalignment on actions --- src/features/action.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/features/action.tsx b/src/features/action.tsx index 7d392bb..1fbb8d3 100644 --- a/src/features/action.tsx +++ b/src/features/action.tsx @@ -169,7 +169,6 @@ export function createAction( 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)),