Gift Preview: Follow-up (#6753)

This commit is contained in:
zubiden 2026-03-05 12:43:32 +01:00 committed by Alexander Zinchuk
parent 767d88c81d
commit c01f4264ab
3 changed files with 2 additions and 3 deletions

View File

@ -67,7 +67,6 @@
.radialPattern {
position: absolute;
z-index: -1;
inset: -5%;
}

View File

@ -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;

View File

@ -282,7 +282,7 @@ const GiftPreviewModal = ({ modal, animationLevel }: OwnProps & StateProps) => {
patternAttribute={selectedPattern}
title={originGift?.title}
subtitle={lang('GiftPreviewSelectedTraits')}
noLoop={isPlayingRandomPreviews}
noLoop
onStickerAnimationEnded={handleStickerAnimationEnded}
>
<div