UX: chat index UX fixes (#19227)

This commit is contained in:
chapoi 2022-11-28 20:33:39 +01:00 committed by GitHub
parent bfecbde837
commit bf9b346b76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 2 deletions

View File

@ -10,4 +10,10 @@
.chat-channel-title {
padding-right: 0.5em;
}
.chat-channel-title {
&__avatar {
padding: 1px 0; //for green active box-shadow effect;
}
}
}

View File

@ -118,7 +118,7 @@ $float-height: 530px;
}
.chat-channel-unread-indicator {
border-color: var(--header_background);
border: 2px solid var(--header_background);
position: absolute;
right: 2px;
bottom: 2px;
@ -449,9 +449,12 @@ $float-height: 530px;
.user-status-message {
display: inline-block;
color: var(--primary-medium);
font-size: var(--font-down-2);
margin-right: 0.5rem;
&-description {
color: var(--primary-medium);
}
}
}