Message: Add outline for single emojis (#1486)

This commit is contained in:
Alexander Zinchuk 2021-10-11 19:47:55 +03:00
parent 09caf525a3
commit 0986615356

View File

@ -587,6 +587,9 @@
&.emoji-only {
.text-content {
margin-bottom: 0;
.emoji {
filter: drop-shadow(1px 1px 0 white) drop-shadow(-1px 1px 0 white) drop-shadow(1px -1px 0 white) drop-shadow(-1px -1px 0 white);
}
}
}
@ -629,6 +632,7 @@
.emoji {
width: 4rem;
height: 4rem;
margin-right: 0.375rem;
}
}
@ -648,6 +652,7 @@
.emoji {
width: 3rem;
height: 3rem;
margin-right: 0.375rem;
}
}