mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
FIx ping counter alignment in Firefox but actually
This property isn't transformed into kebab-case due to a bug in Preact.
This commit is contained in:
parent
a4138b52b0
commit
ee97e9bc0f
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ function Icon({
|
||||||
text-anchor="middle"
|
text-anchor="middle"
|
||||||
fontSize={"7.5"}
|
fontSize={"7.5"}
|
||||||
alignmentBaseline={"middle"}
|
alignmentBaseline={"middle"}
|
||||||
dominantBaseline={"middle"}>
|
dominant-baseline={"middle"}>
|
||||||
{count < 10 ? count : "9+"}
|
{count < 10 ? count : "9+"}
|
||||||
</text>
|
</text>
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in a new issue