Enlarge thumbnail preview to 320x320 with even padding
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -315,7 +315,7 @@
|
||||
<img src={product.image} alt="" class="max-w-full max-h-full object-contain" />
|
||||
</div>
|
||||
<div class="thumb-preview pointer-events-none">
|
||||
<div class="w-64 h-64 rounded-lg bg-surface-raised border border-surface-border shadow-2xl shadow-black/50 p-4 flex items-center justify-center">
|
||||
<div class="w-80 h-80 rounded-lg bg-surface-raised border border-surface-border shadow-2xl shadow-black/50 flex items-center justify-center p-5">
|
||||
<img src={product.image} alt={product.name} class="max-w-full max-h-full object-contain" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user