From d7d584e4977dbb47881e7edf7ae69ddbaf67a2a7 Mon Sep 17 00:00:00 2001 From: C4illin Date: Tue, 1 Apr 2025 14:50:15 +0200 Subject: [PATCH] chore: format --- src/index.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index 1041320..5f53370 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -578,7 +578,7 @@ const app = new Elysia({ >

Convert

-
+
@@ -1151,12 +1151,12 @@ const app = new Elysia({ max={job.num_files} value={files.length} class={` - mb-4 inline-block h-2 w-full appearance-none overflow-hidden rounded-full - border-0 bg-neutral-700 bg-none text-accent-500 accent-accent-500 - [&::-moz-progress-bar]:bg-neutral-700 [&::-webkit-progress-value]:rounded-full - [&::-webkit-progress-value]:[background:none] + text-accent-500 accent-accent-500 mb-4 inline-block h-2 w-full appearance-none + overflow-hidden rounded-full border-0 bg-neutral-700 bg-none [&[value]::-webkit-progress-value]:bg-accent-500 [&[value]::-webkit-progress-value]:transition-[inline-size] + [&::-moz-progress-bar]:bg-neutral-700 [&::-webkit-progress-value]:rounded-full + [&::-webkit-progress-value]:[background:none] `} />