mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2025-05-04 10:58:48 +00:00
Fix css box and emoji list style
This commit is contained in:
parent
7c7ab09d51
commit
44d4b0d379
2 changed files with 14 additions and 5 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue