User search page move input to center

This commit is contained in:
Kalle (Sendou)
2021-05-22 20:36:13 +03:00
parent b1a201b211
commit 41dd98ca09

View File

@@ -66,7 +66,7 @@ const UserSearchPage = ({ users }: Props) => {
<Head>
<meta name="robots" content="noindex" />
</Head>
<InputGroup size="lg" maxW={80} mt={4} mb={6}>
<InputGroup size="lg" maxW={80} mt={4} mb={6} mx="auto">
<InputLeftElement
pointerEvents="none"
children={<Box as={FiSearch} color={gray} />}