Chat: Fix badge text centering on Mac (#6301)
This commit is contained in:
parent
da41e46081
commit
a6b2393a26
@ -341,6 +341,11 @@
|
|||||||
min-width: 1.375rem;
|
min-width: 1.375rem;
|
||||||
height: 1.375rem;
|
height: 1.375rem;
|
||||||
line-height: 1.5rem;
|
line-height: 1.5rem;
|
||||||
|
|
||||||
|
.is-ios &,
|
||||||
|
.is-macos & {
|
||||||
|
line-height: 1.375rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user