summaryrefslogtreecommitdiffstats
path: root/public/less/_emojify.less
blob: 4cd9da3f21497cd8f08e62293c7267d64a9f5485 (plain)
1
2
3
4
5
6
7
8
9
10
.emoji {
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    background-size: contain;
}

.ui.label .emoji {
    height: 1.2em !important;
}