mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
Fix ping count alignment in Firefox
This commit is contained in:
parent
4787a2166f
commit
00d4d975cf
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@ function Icon({
|
||||||
style={"text-align:center;"}
|
style={"text-align:center;"}
|
||||||
text-anchor="middle"
|
text-anchor="middle"
|
||||||
fontSize={"7.5"}
|
fontSize={"7.5"}
|
||||||
alignmentBaseline={"middle"}>
|
alignmentBaseline={"middle"}
|
||||||
|
dominantBaseline={"middle"}>
|
||||||
{count < 10 ? count : "9+"}
|
{count < 10 ? count : "9+"}
|
||||||
</text>
|
</text>
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in a new issue