Fix css box and emoji list style

This commit is contained in:
r 2021-05-30 07:03:29 +00:00
parent 7c7ab09d51
commit 44d4b0d379
2 changed files with 14 additions and 5 deletions

View file

@ -7,7 +7,7 @@
<div class="emoji-item-container">
<div class="emoji-item">
<img class="emoji" src="{{.URL}}" alt="{{.ShortCode}}" height="32" />
<span class="emoji-shortcode">:{{.ShortCode}}:</span>
<span title=":{{.ShortCode}}:" class="emoji-shortcode">:{{.ShortCode}}:</span>
</div>
</div>
{{end}}