From 95d43dbe0a8797e9b3ae9871b5db44104145b8ea Mon Sep 17 00:00:00 2001 From: Lucca Date: Sun, 10 Nov 2024 00:22:39 -0300 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:=20=F0=9F=92=84=20improve=20item?= =?UTF-8?q?=20page=20breakpoints"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 4797632732b135511210dd0eace8e67843481532. --- pages/item/[id].tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pages/item/[id].tsx b/pages/item/[id].tsx index ec5605c..254fcdc 100644 --- a/pages/item/[id].tsx +++ b/pages/item/[id].tsx @@ -258,7 +258,7 @@ const ItemPage: NextPageWithLayout = (props: ItemPageProps) => { flex="1" maxW={{ base: '100vh', md: '275px' }} w={{ base: '100%', md: 'auto' }} - minW={{ base: '200px', lg: '275px' }} + minW="200px" flexFlow="column" gap={5} > @@ -282,12 +282,11 @@ const ItemPage: NextPageWithLayout = (props: ItemPageProps) => { - + {user && user.isAdmin && } {item.isMissingInfo && }