22 lines
332 B
SCSS
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%;
|
|
}
|