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:
Waseem Daher 2013-03-11 11:53:14 -04:00
parent c50abd1c76
commit bf2ad720c8
1 changed files with 1 additions and 0 deletions

View File

@ -1026,6 +1026,7 @@ table.floating_recipient {
.emoji {
height: 1.4em;
width: 1.4em;
}
#sending-indicator {