UX: chat-channel-row alignment (#23607)

This commit is contained in:
chapoi 2023-09-15 10:09:50 +02:00 committed by GitHub
parent 9b5ab7a764
commit 02de223da8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -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);

View File

@ -33,9 +33,6 @@
}
.chat-channel-title {
width: 100%;
overflow: hidden;
&__users-count {
font-size: var(--font-up-2);
& + .chat-channel-title__name {