Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Try something else for compact view type dropdown
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent e12ecdf commit edb6aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/routes/mod-queue.tsx
Expand Up @@ -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}
Expand Down

0 comments on commit edb6aff

Please sign in to comment.