From a6b2393a266fd94b9a8fa64e78f9b6b169961832 Mon Sep 17 00:00:00 2001 From: zubiden <19638254+zubiden@users.noreply.github.com> Date: Tue, 30 Sep 2025 16:52:34 +0200 Subject: [PATCH] Chat: Fix badge text centering on Mac (#6301) --- src/components/left/main/Chat.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/left/main/Chat.scss b/src/components/left/main/Chat.scss index 8cb0eea1a..d334c690e 100644 --- a/src/components/left/main/Chat.scss +++ b/src/components/left/main/Chat.scss @@ -341,6 +341,11 @@ min-width: 1.375rem; height: 1.375rem; line-height: 1.5rem; + + .is-ios &, + .is-macos & { + line-height: 1.375rem; + } } } }