From c952939f54a298f4eb398bb0d0753d2288f68934 Mon Sep 17 00:00:00 2001 From: ThinLiquid Date: Wed, 15 May 2024 10:50:35 +0100 Subject: [PATCH] Update style.scss --- src/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.scss b/src/style.scss index 3ee089e..638d246 100644 --- a/src/style.scss +++ b/src/style.scss @@ -348,7 +348,7 @@ body { content: ''; position: absolute; top: calc(100% - 1px); - left: calc(125px - (54px * 2.5)); + left: calc(125px - 54px); width: var(--progress); height: 1px; background: linear-gradient(to right, var(--accent) calc(100% - 100px), transparent);