Fix stretched custom emoji
This commit is contained in:
parent
0f5ced76a2
commit
46a72ae098
2 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,11 @@
|
|||
align-items: center;
|
||||
gap: var(--sp-normal);
|
||||
|
||||
& .avatar-container img {
|
||||
object-fit: contain;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
&__content {
|
||||
@extend .cp-fx__item-one;
|
||||
}
|
||||
|
|
|
@ -123,6 +123,7 @@
|
|||
& .emoji {
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
object-fit: contain;
|
||||
padding: var(--emoji-padding);
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in a new issue