This commit is contained in:
Alexander Zinchuk 2021-10-11 19:47:58 +03:00
parent 0986615356
commit a40f74efa4

View File

@ -587,9 +587,14 @@
&.emoji-only {
.text-content {
margin-bottom: 0;
.emoji {
text-shadow: 1px 1px 0 white, -1px -1px 0 white, -1px 1px 0 white, 1px -1px 0 white;
img.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);
}
.MessageMeta {
text-shadow: none;
}
}
}