Message: Add outline for single emojis (#1486)
This commit is contained in:
parent
09caf525a3
commit
0986615356
@ -587,6 +587,9 @@
|
|||||||
&.emoji-only {
|
&.emoji-only {
|
||||||
.text-content {
|
.text-content {
|
||||||
margin-bottom: 0;
|
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 {
|
.emoji {
|
||||||
width: 4rem;
|
width: 4rem;
|
||||||
height: 4rem;
|
height: 4rem;
|
||||||
|
margin-right: 0.375rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -648,6 +652,7 @@
|
|||||||
.emoji {
|
.emoji {
|
||||||
width: 3rem;
|
width: 3rem;
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
|
margin-right: 0.375rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user