1
0
Fork 0
mirror of https://github.com/dillonzq/LoveIt.git synced 2025-03-24 23:57:31 +01:00

fix: emoji height error in valine comment

This commit is contained in:
Dillon 2022-05-27 22:06:57 +08:00
parent c87b6a5108
commit 63b04e05d5
No known key found for this signature in database
GPG key ID: 0EF4AE57FB98F108
2 changed files with 6 additions and 1 deletions
assets/css/_partial/_single
resources/_gen/assets/scss/css

View file

@ -1,3 +1,8 @@
#comments {
padding: 8rem 0 2rem;
.vemoji {
max-width: 1.5em;
max-height: 1.5em;
}
}

File diff suppressed because one or more lines are too long