From 569c9dbdc104f6926de7029445ffc32573521e3e Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Wed, 6 Mar 2013 11:59:32 -0500 Subject: [PATCH] Size emoji more responsively. Now when the font increases, so will the size of the emoji. (1.4em seems to be 20px at our default settings, so this doesn't change the size of the emoji for any of our existing people). (imported from commit edb0b590f00bfbad0355a41b1f995335cf0e9e07) --- zephyr/static/styles/zephyr.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 8e61e42281..b38e566813 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -1024,5 +1024,5 @@ table.floating_recipient { } .emoji { - height: 20px; + height: 1.4em; }