1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-02 02:15:26 +00:00
gitea/web_src/less/_emojify.less

11 lines
167 B
Plaintext

.emoji {
width: 1.5em;
height: 1.5em;
display: inline-block;
background-size: contain;
}
.ui.label .emoji {
height: 1.2em !important;
}