Enlarge thumbnail hover preview to 256x256

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
mariosemes
2026-03-26 22:53:47 +01:00
parent 84a250e955
commit 61dc793edb

View File

@@ -315,7 +315,7 @@
<img src={product.image} alt="" class="max-w-full max-h-full object-contain" /> <img src={product.image} alt="" class="max-w-full max-h-full object-contain" />
</div> </div>
<div class="thumb-preview pointer-events-none"> <div class="thumb-preview pointer-events-none">
<div class="w-48 h-48 rounded-lg bg-surface-raised border border-surface-border shadow-2xl shadow-black/50 p-3 flex items-center justify-center"> <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">
<img src={product.image} alt={product.name} class="max-w-full max-h-full object-contain" /> <img src={product.image} alt={product.name} class="max-w-full max-h-full object-contain" />
</div> </div>
</div> </div>