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
2 changed files with 11 additions and 2 deletions

View File

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