Skip to content

Commit 51f40df

Browse files
committed
fixing sizing of in-flight variants
1 parent 30679cb commit 51f40df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/packages/jumble/src/views/CharmDetailView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ const Variants = () => {
541541
{Array.from({ length: expectedVariantCount - variants.length }).map((_, idx) => (
542542
<div
543543
key={`loading-${idx}`}
544-
className="variant-item min-w-36 h-24 border-2 border-dashed border-gray-300 flex items-center justify-center flex-shrink-0"
544+
className="variant-item min-w-48 h-32 border-2 border-dashed border-gray-300 flex items-center justify-center flex-shrink-0"
545545
>
546546
<DitheredCube animationSpeed={2} width={24} height={24} animate cameraZoom={12} />
547547
</div>

0 commit comments

Comments
 (0)