diff --git a/app/page.tsx b/app/page.tsx index 31b6f67..410caaa 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1025,7 +1025,7 @@ function StyleModal({
e.stopPropagation()} className={ - "flex w-[1400px] max-w-[94vw] max-h-[86vh] flex-col overflow-hidden rounded-sm border border-clay-900/15 bg-cream-50 shadow-2xl shadow-clay-900/25 transition-all duration-300 " + + "flex w-[1400px] max-w-[94vw] h-[86vh] flex-col overflow-hidden rounded-sm border border-clay-900/15 bg-cream-50 shadow-2xl shadow-clay-900/25 transition-all duration-300 " + (shown ? "opacity-100 scale-100" : "opacity-0 scale-95") } > @@ -1073,53 +1073,56 @@ function StyleModal({
{view === "custom" ? ( -
-
- { - const f = e.target.files?.[0]; - if (f) handleUploadStyleImage(f); - if (fileInputRef.current) fileInputRef.current.value = ""; - }} - /> +
+ { + const f = e.target.files?.[0]; + if (f) handleUploadStyleImage(f); + if (fileInputRef.current) fileInputRef.current.value = ""; + }} + /> +