mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 23:33:54 +08:00
7b173e883f
Direct messages on mobile will now display the last message in the channels list.
19 lines
244 B
SCSS
19 lines
244 B
SCSS
.chat-channel-name {
|
|
@include ellipsis;
|
|
color: var(--primary);
|
|
|
|
.has-unread & {
|
|
font-weight: bold;
|
|
}
|
|
|
|
&__label {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.emoji {
|
|
height: 1.2em;
|
|
vertical-align: text-bottom;
|
|
width: 1.2em;
|
|
}
|
|
}
|