discourse/plugins/chat/assets/stylesheets/common/chat-channel-name.scss
Joffrey JAFFEUX 7b173e883f
FEATURE: display last message on mobile (#25384)
Direct messages on mobile will now display the last message in the channels list.
2024-01-25 15:30:21 +01:00

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;
}
}