Skip to content

Commit 7c26e8b

Browse files
authored
Merge pull request #33 from GetStream/angular-sdk-thread
feat: Support for threads in Angular SDK
2 parents 74e9d3d + f82996e commit 7c26e8b

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/styles/MessageTeam.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,10 @@
460460
}
461461
}
462462
}
463+
464+
.str-chat-angular__message-list-host .str-chat__list {
465+
padding: 0;
466+
}
463467
}
464468

465469
.str-chat {

src/styles/Thread.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@
169169
// box-shadow: none;
170170
background: var(--white);
171171
box-shadow: 0 2px 9px 0 var(--border), 0 1px 0 0 var(--border);
172+
173+
.str-chat__square-button {
174+
cursor: pointer;
175+
}
172176
}
173177

174178
&__thread-start {

0 commit comments

Comments
 (0)