Skip to content

Commit

Permalink
feat: Support for threads in Angular SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Jan 21, 2022
1 parent bde7332 commit f82996e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/MessageTeam.scss
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,10 @@
}
}
}

.str-chat-angular__message-list-host .str-chat__list {
padding: 0;
}
}

.str-chat {
Expand Down
4 changes: 4 additions & 0 deletions src/styles/Thread.scss
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@
// box-shadow: none;
background: var(--white);
box-shadow: 0 2px 9px 0 var(--border), 0 1px 0 0 var(--border);

.str-chat__square-button {
cursor: pointer;
}
}

&__thread-start {
Expand Down

0 comments on commit f82996e

Please sign in to comment.