mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-04 19:08:45 +00:00
Imporve emoji style
- Increase emoji size - Add colons to emoji alt text and title
This commit is contained in:
parent
fd2a353770
commit
f3367d920d
3 changed files with 11 additions and 16 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue