diff --git a/src/routes/convert/+page.svelte b/src/routes/convert/+page.svelte index 7cab1f2..fe57942 100644 --- a/src/routes/convert/+page.svelte +++ b/src/routes/convert/+page.svelte @@ -43,7 +43,7 @@ blurMultiplier: 16, }} class={clsx( - "h-16 pl-4 pr-2 flex relative items-center w-full border-2 border-solid border-foreground-muted-alt rounded-xl", + "h-16 px-3 flex relative items-center w-full border-2 border-solid border-foreground-muted-alt rounded-xl", { "initial-fade": !finisheds[i], }, @@ -51,10 +51,11 @@ style="--delay: {i * 50}ms; --transition: {transition}; --duration: {duration}ms;" > -