chore: fix formatting

This commit is contained in:
C4illin
2025-10-05 14:54:19 +00:00
parent 17325a6e6d
commit 7691594b10
2 changed files with 9 additions and 9 deletions

View File

@@ -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>

View File

@@ -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">