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:
6
public/less/_emojify.less
Executable file
6
public/less/_emojify.less
Executable file
@@ -0,0 +1,6 @@
|
||||
.emoji {
|
||||
width: 1.5em;
|
||||
height: 1.5em;
|
||||
display: inline-block;
|
||||
background-size: contain;
|
||||
}
|
@@ -1,4 +1,5 @@
|
||||
@import "_octicons";
|
||||
@import "_emojify";
|
||||
@import "_base";
|
||||
@import "_markdown";
|
||||
@import "_home";
|
||||
|
Reference in New Issue
Block a user