Fix the position of the server lookup form
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m32s
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 1m32s
This commit is contained in:
parent
097a5d74fe
commit
e50e6553c8
@ -54,7 +54,7 @@ const ServerPage = async ({ params }: PageProps): Promise<ReactElement> => {
|
||||
Server Lookup
|
||||
</h1>
|
||||
|
||||
<div className="flex flex-col gap-5 px-10 xs:px-16 transition-all transform-gpu">
|
||||
<div className="flex flex-col gap-5 px-10 xs:px-14 sm:px-0 transition-all transform-gpu">
|
||||
{/* Error */}
|
||||
{error && (
|
||||
<Alert variant="destructive">
|
||||
|
Loading…
Reference in New Issue
Block a user