Custom Emoji: Fix positioning

This commit is contained in:
Alexander Zinchuk 2022-10-17 19:42:52 +02:00
parent d6c20e2798
commit e6ff11fa45
2 changed files with 1 additions and 7 deletions

View File

@ -1,5 +1,5 @@
.root {
display: inline-block;
display: inline-flex;
vertical-align: text-bottom;
width: var(--custom-emoji-size);
height: var(--custom-emoji-size);

View File

@ -203,12 +203,6 @@
h3 {
font-weight: 500;
}
.emoji {
vertical-align: text-bottom;
background-position: 0 0;
flex-shrink: 0;
}
}
.contact-phone,