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
2 changed files with 6 additions and 1 deletions

View File

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