mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 06:58:04 +08:00
fix: avoid displaying search bar twice on mobile devices
This commit is contained in:
parent
9f38c77830
commit
01de6c30c3
@ -93,7 +93,7 @@ const Header = () => {
|
|||||||
</HStack>
|
</HStack>
|
||||||
</Flex>
|
</Flex>
|
||||||
<Collapse in={isOpen} animateOpacity>
|
<Collapse in={isOpen} animateOpacity>
|
||||||
<Box mt="3">
|
<Box mt="3" display={{ base:"none", md:"block" }}>
|
||||||
<Search />
|
<Search />
|
||||||
</Box>
|
</Box>
|
||||||
</Collapse>
|
</Collapse>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user