diff --git a/src/components/AppGrid.tsx b/src/components/AppGrid.tsx index 70aacb8a..42e62a8e 100644 --- a/src/components/AppGrid.tsx +++ b/src/components/AppGrid.tsx @@ -41,7 +41,7 @@ export default function AppGrid({ 'gap-3 md:gap-4', 'max-w-[1280px] 3xl:w-[1280px]', // Offset sidebar width when centering on large screens - '3xl:translate-x-[162px]', + '3xl:relative 3xl:left-[162px]', className, )} > diff --git a/src/photo/form/PhotoForm.tsx b/src/photo/form/PhotoForm.tsx index 26466ced..50e842e2 100644 --- a/src/photo/form/PhotoForm.tsx +++ b/src/photo/form/PhotoForm.tsx @@ -415,47 +415,46 @@ export default function PhotoForm({ />; return ( -