diff --git a/src/components/PreviewCard.tsx b/src/components/PreviewCard.tsx index 30cf338..b18dc83 100644 --- a/src/components/PreviewCard.tsx +++ b/src/components/PreviewCard.tsx @@ -117,26 +117,34 @@ export function PreviewCard(props: Immutable): JSX.Element { hover:[--play-opacity:100] transition-transform [--stacked-top:0] hover:[--stacked-top:1]" > - {thumbnail && stackNumber > 0 && ( + {stackNumber > 0 && ( <> - +
+ {thumbnail && ( + + )} +
- + {thumbnail && ( + + )}
)} @@ -186,12 +194,21 @@ export function PreviewCard(props: Immutable): JSX.Element { ) : (
+ > + {stackNumber > 0 && ( +
+ {stackNumber} +
+ )} + )}