From 42977f589b97f719cd326f0740b67667d350051f Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 19 Jan 2022 02:45:09 +0300 Subject: fix(style): make emojis smaller --- compile_emoji_sedstring.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile_emoji_sedstring.sh b/compile_emoji_sedstring.sh index 3856866..006e240 100755 --- a/compile_emoji_sedstring.sh +++ b/compile_emoji_sedstring.sh @@ -1,7 +1,7 @@ #!/bin/sh # Return a large sed command that will substitute all :emoji: listed in /public/emoji with -SIZE=24px +SIZE=20px STYLE="margin-bottom: -4px;" cd public/emoji; -- cgit v1.2.3