[HTML] Don't jumbo emojis in referenced messages

Closes #544
This commit is contained in:
Tyrrrz 2021-06-19 15:49:16 +03:00
parent 33feaccee7
commit f9ab269b29

View file

@ -255,6 +255,11 @@ img {
text-decoration: none;
}
.chatlog__reference-content > .emoji {
width: 1.25em;
height: 1.25em;
}
.chatlog__reference-edited-timestamp {
margin-left: 0.25em;
font-size: 0.8em;