From 8bbcd409e3e4f810be169841418b19ad4b0fe069 Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Mon, 6 May 2024 22:02:15 +0200 Subject: [PATCH] UX: hide user count in original message link (#26890) --- plugins/chat/assets/stylesheets/common/chat-message-info.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/chat/assets/stylesheets/common/chat-message-info.scss b/plugins/chat/assets/stylesheets/common/chat-message-info.scss index 9aaed7c54b7..211a480c835 100644 --- a/plugins/chat/assets/stylesheets/common/chat-message-info.scss +++ b/plugins/chat/assets/stylesheets/common/chat-message-info.scss @@ -67,6 +67,7 @@ } .chat-message-info__original-message { + @include ellipsis; display: flex; align-items: center; flex-wrap: wrap; @@ -98,6 +99,9 @@ margin-right: 0.4em; padding: 1px 1px 2px 1px; } + &:has(.--users-count) { + display: none; + } } &__text,