Sticker Set Card: Allow different height (#6571)

This commit is contained in:
zubiden 2026-01-13 01:14:08 +01:00 committed by Alexander Zinchuk
parent 1877aad754
commit 048d531321

View File

@ -17,8 +17,6 @@ import StickerButton from './StickerButton';
import './StickerSetCard.scss';
const STICKER_SET_CARD_HEIGHT = 56;
type OwnProps = {
stickerSet?: ApiStickerSet;
noPlay?: boolean;
@ -82,7 +80,6 @@ const StickerSetCard: FC<OwnProps> = ({
return (
<ListItem
className={buildClassName('StickerSetCard', 'small-icon', className)}
style={`height: ${STICKER_SET_CARD_HEIGHT}px;`}
inactive={!firstSticker}
onClick={handleCardClick}
>