1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

#633 Add Emoji support

This commit is contained in:
Unknwon
2015-09-05 14:11:05 -04:00
parent d464d3b0c3
commit 3b0c2cb480
888 changed files with 127 additions and 85 deletions

6
public/less/_emojify.less Executable file
View File

@@ -0,0 +1,6 @@
.emoji {
width: 1.5em;
height: 1.5em;
display: inline-block;
background-size: contain;
}