Enlarge logo upload area to 256x128 for better preview
This commit is contained in:
@@ -444,7 +444,7 @@ function LogoUpload({ entityId, category, label, description }: { entityId: stri
|
||||
type="button"
|
||||
onClick={() => fileInputRef.current?.click()}
|
||||
disabled={uploading}
|
||||
className="flex items-center justify-center w-48 h-24 rounded-lg border-2 border-dashed border-muted-foreground/30 bg-muted/30 hover:border-primary hover:bg-muted/50 transition-colors overflow-hidden"
|
||||
className="flex items-center justify-center w-64 h-32 rounded-lg border-2 border-dashed border-muted-foreground/30 bg-muted/30 hover:border-primary hover:bg-muted/50 transition-colors overflow-hidden"
|
||||
>
|
||||
{imgSrc ? (
|
||||
<img src={imgSrc} alt={label} className="max-w-full max-h-full object-contain p-2" />
|
||||
|
||||
Reference in New Issue
Block a user