summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-01-19 02:45:09 +0300
committereug-vs <eugene@eug-vs.xyz>2022-01-19 02:45:26 +0300
commit42977f589b97f719cd326f0740b67667d350051f (patch)
tree8ff36006bb9fa108006fa5394d4f58c3f273f653
parent3aecca089888686a717bc6e2bfcc7fde384c1ae1 (diff)
downloadeug-vs-xyz-42977f589b97f719cd326f0740b67667d350051f.tar.gz
fix(style): make emojis smaller
-rwxr-xr-xcompile_emoji_sedstring.sh2
1 files changed, 1 insertions, 1 deletions
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 <img>
-SIZE=24px
+SIZE=20px
STYLE="margin-bottom: -4px;"
cd public/emoji;