aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-05-24 05:46:54 +0000
committerr <r@freesoftwareextremist.com>2020-05-24 05:57:01 +0000
commitf3367d920d151727bf5703a364c7d39ae24071d7 (patch)
tree943941882af4b47131eaa4fb510df2abc6256d3c /templates
parentfd2a353770a5f3cea773a5c4465bf0fc2a2818d3 (diff)
downloadbloat-f3367d920d151727bf5703a364c7d39ae24071d7.tar.gz
bloat-f3367d920d151727bf5703a364c7d39ae24071d7.zip
Imporve emoji style
- Increase emoji size - Add colons to emoji alt text and title
Diffstat (limited to 'templates')
-rw-r--r--templates/emoji.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/emoji.tmpl b/templates/emoji.tmpl
index 3e9f0f0..cbffc7b 100644
--- a/templates/emoji.tmpl
+++ b/templates/emoji.tmpl
@@ -4,8 +4,8 @@
<div class="emoji-list-container">
{{range .Emojis}}
- <div class="emoji">
- <img class="emoji-img" src="{{.URL}}" alt="{{.ShortCode}}" />
+ <div class="emoji-item">
+ <img class="emoji" src="{{.URL}}" alt="{{.ShortCode}}" />
<div class="emoji-shortcode">:{{.ShortCode}}:</div>
</div>
{{end}}