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
|
Server Lookup
|
||||||
</h1>
|
</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 */}
|
||||||
{error && (
|
{error && (
|
||||||
<Alert variant="destructive">
|
<Alert variant="destructive">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user