We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30679cb commit 51f40dfCopy full SHA for 51f40df
typescript/packages/jumble/src/views/CharmDetailView.tsx
@@ -541,7 +541,7 @@ const Variants = () => {
541
{Array.from({ length: expectedVariantCount - variants.length }).map((_, idx) => (
542
<div
543
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"
+ className="variant-item min-w-48 h-32 border-2 border-dashed border-gray-300 flex items-center justify-center flex-shrink-0"
545
>
546
<DitheredCube animationSpeed={2} width={24} height={24} animate cameraZoom={12} />
547
</div>
0 commit comments