2023-12-13 21:10:52 +08:00
|
|
|
.c-user-thread {
|
|
|
|
padding-block: 1.25rem;
|
|
|
|
margin-inline: 1rem;
|
|
|
|
border-bottom: 1px solid var(--primary-low);
|
|
|
|
|
|
|
|
.c-unread-indicator {
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
align-self: flex-start;
|
|
|
|
}
|
2023-12-11 14:38:07 +08:00
|
|
|
|
|
|
|
.chat-message-thread-indicator {
|
2023-12-13 21:10:52 +08:00
|
|
|
margin-left: 0;
|
|
|
|
margin-top: 1rem;
|
|
|
|
&:hover {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.chat__thread-title__name {
|
|
|
|
font-size: var(--font-up-1-rem);
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: var(--primary-very-high);
|
|
|
|
}
|
2023-12-11 14:38:07 +08:00
|
|
|
}
|
|
|
|
|
2024-02-02 21:29:07 +08:00
|
|
|
.chat-channel-icon {
|
|
|
|
font-size: var(--font-down-1-rem);
|
|
|
|
}
|
|
|
|
|
|
|
|
.chat-channel-name {
|
|
|
|
font-size: var(--font-down-1-rem);
|
|
|
|
color: var(--primary-high);
|
|
|
|
}
|
|
|
|
|
2023-12-11 14:38:07 +08:00
|
|
|
.chat-channel-title__name {
|
2023-12-13 21:10:52 +08:00
|
|
|
color: var(--primary-high);
|
2023-12-11 14:38:07 +08:00
|
|
|
font-size: var(--font-down-1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-01-30 21:53:32 +08:00
|
|
|
.c-user-threads .empty-state-threads {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 1.25rem 1rem;
|
|
|
|
font-size: var(--font-up-1-rem);
|
|
|
|
color: var(--primary);
|
|
|
|
}
|
|
|
|
|
2023-12-13 21:10:52 +08:00
|
|
|
//sidebar
|
|
|
|
#sidebar-section-content-user-threads {
|
|
|
|
padding-bottom: 0.5rem;
|
|
|
|
.sidebar-section-link-wrapper:hover {
|
|
|
|
.sidebar-section-link-prefix {
|
|
|
|
color: var(--primary-very-high);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.sidebar-section-link-content-text {
|
|
|
|
color: var(--d-sidebar-header-color);
|
2023-12-11 14:38:07 +08:00
|
|
|
}
|
|
|
|
}
|