TelegramPWA/src/components/middle/composer/StickerSetCover.module.scss
2024-06-14 14:22:25 +02:00

22 lines
332 B
SCSS

.root {
--custom-emoji-size: 2rem;
width: 1.875rem;
height: 1.875rem;
display: flex;
align-items: center;
justify-content: center;
border-radius: var(--border-radius-messages-small) !important;
:global(.AnimatedSticker) {
width: 100%;
height: 100%;
}
}
.video,
.image {
width: 100%;
height: 100%;
}