forked from forgejo/forgejo
Move less from public/ to web_src/ so that it will not be packe… (#8908)
This commit is contained in:
parent
a0d4014517
commit
e4e6d48e30
19 changed files with 3 additions and 3 deletions
10
web_src/less/_emojify.less
Normal file
10
web_src/less/_emojify.less
Normal file
|
@ -0,0 +1,10 @@
|
|||
.emoji {
|
||||
width: 1.5em;
|
||||
height: 1.5em;
|
||||
display: inline-block;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.ui.label .emoji {
|
||||
height: 1.2em !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue