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; + } } } }