mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: chat index UX fixes (#19227)
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user