mirror of
https://github.com/danog/telegram-tt.git
synced 2025-01-22 05:11:55 +01:00
Message: Add outline for single emojis (#1486)
This commit is contained in:
parent
09caf525a3
commit
0986615356
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user