Follow-up (#1487)
This commit is contained in:
parent
0986615356
commit
a40f74efa4
@ -587,9 +587,14 @@
|
|||||||
&.emoji-only {
|
&.emoji-only {
|
||||||
.text-content {
|
.text-content {
|
||||||
margin-bottom: 0;
|
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);
|
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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user