Skip to content

Commit ee72e09

Browse files
authored
Merge pull request #34 from GetStream/develop
Angular SDK threads
2 parents ab3f4af + 7c26e8b commit ee72e09

5 files changed

Lines changed: 17 additions & 4 deletions

File tree

src/styles/ChannelSearch.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
cursor: pointer;
5151
padding-left: 8px;
5252
width: 100%;
53+
border: none;
54+
background: transparent;
5355

5456
&:hover {
5557
font-weight: var(--font-weight-bold);

src/styles/Message.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -734,10 +734,6 @@
734734
.str-chat__message-simple__actions__action--reactions {
735735
display: flex;
736736
}
737-
738-
.str-chat__message-simple__actions__action--reactions {
739-
display: flex;
740-
}
741737
}
742738

743739
&-text {

src/styles/MessageInput.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,13 @@
168168
font-size: var(--md-font);
169169
}
170170

171+
.rta__entity {
172+
cursor: pointer;
173+
width: 100%;
174+
border: none;
175+
background: transparent;
176+
}
177+
171178
.rta__entity--selected {
172179
background-color: var(--primary-color);
173180
color: var(--white);

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)