2024-01-25 22:30:21 +08:00
|
|
|
.chat-channel-name {
|
|
|
|
@include ellipsis;
|
|
|
|
color: var(--primary);
|
|
|
|
|
2024-10-10 18:55:08 +08:00
|
|
|
.chat-channel-row__info & {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
gap: 0.5em;
|
|
|
|
}
|
|
|
|
|
2024-01-25 22:30:21 +08:00
|
|
|
.has-unread & {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__label {
|
2024-10-10 15:57:32 +08:00
|
|
|
@include ellipsis;
|
2024-01-25 22:30:21 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.emoji {
|
2024-02-02 21:29:07 +08:00
|
|
|
height: 1em;
|
|
|
|
width: 1em;
|
2024-10-10 15:57:32 +08:00
|
|
|
vertical-align: middle;
|
2024-01-25 22:30:21 +08:00
|
|
|
}
|
2024-09-05 17:36:50 +08:00
|
|
|
|
|
|
|
.chat-channel-unread-indicator {
|
|
|
|
@include chat-unread-indicator;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
|
|
|
|
&.-urgent {
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
min-width: 0.6em;
|
|
|
|
padding: 0.3em 0.5em;
|
|
|
|
}
|
|
|
|
}
|
2024-01-25 22:30:21 +08:00
|
|
|
}
|