mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-10 21:26:08 -05:00
User search page move input to center
This commit is contained in:
@@ -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} />}
|
||||
|
||||
Reference in New Issue
Block a user