[HTML] Don't jumbo emojis in referenced messages

Closes #544
pull/613/head
Tyrrrz 3 years ago
parent 33feaccee7
commit f9ab269b29

@ -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;

Loading…
Cancel
Save