mirror of https://github.com/zulip/zulip.git
Specify both the width and the height for our emoji.
This should hopefully cause the page not to scroll around when we load a giant block of emoji, because now the size of the emoji is known before it finishes loading. (imported from commit f566437edd725f6084c6a10c6230fd36e8d12346)
This commit is contained in:
parent
c50abd1c76
commit
bf2ad720c8
|
@ -1026,6 +1026,7 @@ table.floating_recipient {
|
|||
|
||||
.emoji {
|
||||
height: 1.4em;
|
||||
width: 1.4em;
|
||||
}
|
||||
|
||||
#sending-indicator {
|
||||
|
|
Loading…
Reference in New Issue