mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 04:31:43 +08:00
UX: chat index UX fixes (#19227)
This commit is contained in:
parent
bfecbde837
commit
bf9b346b76
|
@ -10,4 +10,10 @@
|
|||
.chat-channel-title {
|
||||
padding-right: 0.5em;
|
||||
}
|
||||
|
||||
.chat-channel-title {
|
||||
&__avatar {
|
||||
padding: 1px 0; //for green active box-shadow effect;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user