Chat: Fix badge text centering on Mac (#6301)

This commit is contained in:
zubiden 2025-09-30 16:52:34 +02:00 committed by Alexander Zinchuk
parent da41e46081
commit a6b2393a26

View File

@ -341,6 +341,11 @@
min-width: 1.375rem;
height: 1.375rem;
line-height: 1.5rem;
.is-ios &,
.is-macos & {
line-height: 1.375rem;
}
}
}
}