Frontend: Make the server search result more responsive
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 2m23s
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 2m23s
This commit is contained in:
parent
39407ac8b0
commit
5292da63b5
@ -98,7 +98,7 @@ const ServerPage = async ({ params }: PageProps): Promise<ReactElement> => {
|
||||
|
||||
{/* Server Result & Recommendations */}
|
||||
{result ? (
|
||||
<div className="flex justify-center scale-[.71] xs:scale-75 sm:scale-100 transition-all transform-gpu">
|
||||
<div className="flex justify-center scale-[.71] xs:scale-75 sm:scale-90 md:scale-100 transition-all transform-gpu">
|
||||
<ServerResult server={result} />
|
||||
</div>
|
||||
) : (
|
||||
|
Loading…
Reference in New Issue
Block a user