TelegramPWA/src/components/common/StickerSetCard.scss
Alexander Zinchuk bfe72ddbdc Various design implementation fixes (#5284)
Co-authored-by: Alexander Zinchuk <alx.zinchuk@gmail.com>
2024-12-20 12:06:40 +01:00

33 lines
452 B
SCSS

.StickerSetCard {
.StickerButton,
.Button {
width: 3rem;
height: 3rem;
margin: 0 0.5rem 0 0;
padding: 0;
flex: 0 0 3rem;
}
.install-button {
box-sizing: content-box;
}
img {
max-width: 100%;
max-height: 100%;
}
.multiline-item {
display: flex;
flex-direction: column;
justify-content: center;
}
&[dir="rtl"] {
.StickerButton,
.Button {
margin: 0 0 0 0.5rem;
}
}
}