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

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