TelegramPWA/src/components/common/AnimatedEmoji.scss

15 lines
197 B
SCSS

.AnimatedEmoji {
cursor: pointer;
margin-bottom: 0.75rem;
img {
position: absolute;
width: 100%;
height: 100%;
}
&.like-sticker-thumb img {
transform: scale(0.8);
}
}