Gift Preview: Follow-up (#6753)
This commit is contained in:
parent
767d88c81d
commit
c01f4264ab
@ -67,7 +67,6 @@
|
|||||||
|
|
||||||
.radialPattern {
|
.radialPattern {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: -1;
|
|
||||||
inset: -5%;
|
inset: -5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -28,7 +28,7 @@
|
|||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-auto-rows: max-content;
|
grid-auto-rows: max-content;
|
||||||
grid-template-columns: repeat(3, 1fr);
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
|
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
|
|||||||
@ -282,7 +282,7 @@ const GiftPreviewModal = ({ modal, animationLevel }: OwnProps & StateProps) => {
|
|||||||
patternAttribute={selectedPattern}
|
patternAttribute={selectedPattern}
|
||||||
title={originGift?.title}
|
title={originGift?.title}
|
||||||
subtitle={lang('GiftPreviewSelectedTraits')}
|
subtitle={lang('GiftPreviewSelectedTraits')}
|
||||||
noLoop={isPlayingRandomPreviews}
|
noLoop
|
||||||
onStickerAnimationEnded={handleStickerAnimationEnded}
|
onStickerAnimationEnded={handleStickerAnimationEnded}
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user