File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -293,7 +293,9 @@ export default function Page() {
293293 return (
294294 < main className = "mx-auto max-w-3xl px-4 py-8" >
295295 < div className = "flex h-[calc(100vh-90px)] flex-col justify-center px-6 font-play" >
296- < div className = "2xl:my-15 flex flex-col " >
296+ < div
297+ className = { `2xl:my-15 flex ${ previews . length === 0 ? "items-center" : "" } flex-col` }
298+ >
297299 { previews . length === 0 && (
298300 < fieldset className = "mb-4 w-full max-w-md rounded-lg border-2 border-gray-300 p-4 pr-8" >
299301 < div className = "flex w-full flex-col 2xl:gap-y-4" >
@@ -396,7 +398,7 @@ export default function Page() {
396398 < section className = "mt-6 flex w-full flex-col items-center" >
397399 < div className = "flex w-max gap-4" >
398400 < div
399- className = "scrollbar-hide flex aspect-[2/1] w-full max-w-4xl flex-col justify-between overflow-x-auto overflow-y-hidden rounded-[40px] border-[6px] border-indigo-900 bg-indigo-900/10 p-8"
401+ className = "scrollbar-hide flex w-full max-w-4xl flex-col justify-between overflow-x-auto overflow-y-hidden rounded-[40px] border-[6px] border-indigo-900 bg-indigo-900/10 p-8"
400402 style = { { minHeight : 340 , maxHeight : 340 } }
401403 >
402404 < DndContext
You can’t perform that action at this time.
0 commit comments