diff --git a/tools/iframe-bot/show-last-messages b/tools/iframe-bot/show-last-messages index 7545eb2d16..ca034e6cf3 100755 --- a/tools/iframe-bot/show-last-messages +++ b/tools/iframe-bot/show-last-messages @@ -3,6 +3,11 @@ # Copyright © 2013 Zulip, Inc. +### NOTE: You must copy the emoji along with this script if you want +### them to work properly +### (to static/third/gemoji/images/) + + import sys sys.path.append('zulip') from os import path @@ -122,6 +127,11 @@ p,ul,code,pre { height: 48px; margin-right: .75em; } + +.emoji { + width: 1.4em; + vertical-align: text-bottom; +}