mirror of
https://github.com/C4illin/ConvertX.git
synced 2025-10-23 04:52:18 +00:00
chore: fix formatting
This commit is contained in:
@@ -169,9 +169,9 @@ export const results = new Elysia()
|
|||||||
<Header webroot={WEBROOT} allowUnauthenticated={ALLOW_UNAUTHENTICATED} loggedIn />
|
<Header webroot={WEBROOT} allowUnauthenticated={ALLOW_UNAUTHENTICATED} loggedIn />
|
||||||
<main
|
<main
|
||||||
class={`
|
class={`
|
||||||
w-full flex-1 px-2
|
w-full flex-1 px-2
|
||||||
sm:px-4
|
sm:px-4
|
||||||
`}
|
`}
|
||||||
>
|
>
|
||||||
<ResultsArticle user={user} job={job} files={files} outputPath={outputPath} />
|
<ResultsArticle user={user} job={job} files={files} outputPath={outputPath} />
|
||||||
</main>
|
</main>
|
||||||
|
@@ -265,9 +265,9 @@ export const user = new Elysia()
|
|||||||
/>
|
/>
|
||||||
<main
|
<main
|
||||||
class={`
|
class={`
|
||||||
w-full flex-1 px-2
|
w-full flex-1 px-2
|
||||||
sm:px-4
|
sm:px-4
|
||||||
`}
|
`}
|
||||||
>
|
>
|
||||||
<article class="article">
|
<article class="article">
|
||||||
<form method="post" class="flex flex-col gap-4">
|
<form method="post" class="flex flex-col gap-4">
|
||||||
@@ -400,9 +400,9 @@ export const user = new Elysia()
|
|||||||
/>
|
/>
|
||||||
<main
|
<main
|
||||||
class={`
|
class={`
|
||||||
w-full flex-1 px-2
|
w-full flex-1 px-2
|
||||||
sm:px-4
|
sm:px-4
|
||||||
`}
|
`}
|
||||||
>
|
>
|
||||||
<article class="article">
|
<article class="article">
|
||||||
<form method="post" class="flex flex-col gap-4">
|
<form method="post" class="flex flex-col gap-4">
|
||||||
|
Reference in New Issue
Block a user