From 02de223da8e86cb8dca83acba5a69fb56d14d61c Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Fri, 15 Sep 2023 10:09:50 +0200 Subject: [PATCH] UX: chat-channel-row alignment (#23607) --- plugins/chat/assets/stylesheets/common/chat-channel-row.scss | 4 ++++ plugins/chat/assets/stylesheets/mobile/chat-index.scss | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/plugins/chat/assets/stylesheets/common/chat-channel-row.scss b/plugins/chat/assets/stylesheets/common/chat-channel-row.scss index 51cfbfa7b10..879553f836a 100644 --- a/plugins/chat/assets/stylesheets/common/chat-channel-row.scss +++ b/plugins/chat/assets/stylesheets/common/chat-channel-row.scss @@ -9,6 +9,7 @@ &__content { display: flex; + align-items: center; flex-grow: 1; } @@ -68,6 +69,9 @@ } .chat-channel-title { + width: 100%; + overflow: hidden; + &__users-count { width: var(--channel-list-avatar-size); height: var(--channel-list-avatar-size); diff --git a/plugins/chat/assets/stylesheets/mobile/chat-index.scss b/plugins/chat/assets/stylesheets/mobile/chat-index.scss index 47352eef3bd..b5c33d61c96 100644 --- a/plugins/chat/assets/stylesheets/mobile/chat-index.scss +++ b/plugins/chat/assets/stylesheets/mobile/chat-index.scss @@ -33,9 +33,6 @@ } .chat-channel-title { - width: 100%; - overflow: hidden; - &__users-count { font-size: var(--font-up-2); & + .chat-channel-title__name {