1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-19 00:38:36 +00:00

Move less from public/ to web_src/ so that it will not be packe… (#8908)

This commit is contained in:
Lunny Xiao
2019-11-12 17:22:16 +08:00
committed by Antoine GIRARD
parent a0d4014517
commit e4e6d48e30
19 changed files with 3 additions and 3 deletions

View 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;
}