UX: hide user count in original message link (#26890)

This commit is contained in:
chapoi 2024-05-06 22:02:15 +02:00 committed by GitHub
parent 20efe233f6
commit 8bbcd409e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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,