Try something else for compact view type dropdown
This commit is contained in:
parent
e12ecdfe33
commit
edb6aff355
@ -304,8 +304,8 @@ export default function () {
|
||||
onClose={itemModals.infraction.onClose}
|
||||
/>
|
||||
<Flex>
|
||||
<VStack maxW="container.lg">
|
||||
<Box display={isDesktop ? "none" : undefined} mb="16px">
|
||||
<VStack w={isDesktop ? "container.md" : "container.lg"}>
|
||||
<Box display={isDesktop ? "none" : undefined} mb="16px" w="90%">
|
||||
{ItemDisplay}
|
||||
</Box>
|
||||
{entries}
|
||||
|
Loading…
x
Reference in New Issue
Block a user