mirror of
https://github.com/danog/telegram-tt.git
synced 2025-01-22 05:11:55 +01:00
Follow-up (#1487)
This commit is contained in:
parent
0986615356
commit
a40f74efa4
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user