Middle Column: Fix height when a user with an emoji in name is typing

This commit is contained in:
Alexander Zinchuk 2021-06-11 03:32:42 +03:00
parent aaee3a169b
commit 6bc271a9f4

View File

@ -290,6 +290,10 @@
&.online {
color: var(--color-primary);
}
.font-emoji {
line-height: 1rem;
}
}
.Button.smaller {