mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-04-30 11:09:30 +08:00
fix: shrink unicode emojis in reactions slightly
some large ones exceeded container boundaries before
This commit is contained in:
parent
e62b154228
commit
4ce8ffcec1
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@
|
||||||
}
|
}
|
||||||
&.unicode-emoji {
|
&.unicode-emoji {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 2.55em;
|
font-size: 2.125em; // assuming default line height of 1.2rem and emojis that don't exceed line height
|
||||||
line-height: 1em;
|
line-height: 2.55rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&:focus {
|
&:focus {
|
||||||
|
|
Loading…
Reference in a new issue