mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46:16 +01:00
fix: emoji height error in valine comment
This commit is contained in:
parent
c87b6a5108
commit
63b04e05d5
2 changed files with 6 additions and 1 deletions
|
@ -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
Loading…
Reference in a new issue