mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
#633 Add Emoji support
This commit is contained in:
parent
d464d3b0c3
commit
3b0c2cb480
888 changed files with 127 additions and 85 deletions
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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue