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