mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(frontend): update style to css class
This commit is contained in:
parent
60fa9482c5
commit
b89057e50f
@ -57,7 +57,8 @@ export const SubscribersList = (props: {
|
|||||||
</Grid>
|
</Grid>
|
||||||
{subscribers?.length > 0 ? (
|
{subscribers?.length > 0 ? (
|
||||||
<ConversationList
|
<ConversationList
|
||||||
style={{ overflow: "auto" }}
|
className="cs-conversation-list"
|
||||||
|
scrollable={false}
|
||||||
loading={isFetching}
|
loading={isFetching}
|
||||||
loadingMore={isFetching}
|
loadingMore={isFetching}
|
||||||
onScroll={({ target }) => {
|
onScroll={({ target }) => {
|
||||||
|
@ -55,6 +55,10 @@ div .cs-message-input__content-editor-container,
|
|||||||
background-color: var(--cs-message-input-bg) !important;
|
background-color: var(--cs-message-input-bg) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cs-conversation-list {
|
||||||
|
overflow: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
.cs-conversation__info {
|
.cs-conversation__info {
|
||||||
color: #0e2525 !important;
|
color: #0e2525 !important;
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
|
Loading…
Reference in New Issue
Block a user