Skip to content

Commit 721a531

Browse files
authored
Merge pull request #52 from GetStream/angular-sdk-emoji-picker
fix: Emoji picker in Angular when sending attachments in threads
2 parents 290cc87 + 6080e1a commit 721a531

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

src/styles/SmallMessageInput.scss

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,16 @@
117117
}
118118
}
119119

120+
.str-chat-angular__textarea {
121+
position: relative;
122+
123+
+ .str-chat__fileupload-wrapper {
124+
.rfu-file-upload-button {
125+
right: 15px;
126+
}
127+
}
128+
}
129+
120130
.str-chat__emojisearch {
121131
bottom: 100%;
122132
}
@@ -125,10 +135,6 @@
125135
font-size: var(--md-font);
126136
}
127137

128-
.str-chat-angular__textarea + .rfu-file-upload-button {
129-
right: 15px;
130-
}
131-
132138
.rfu-file-upload-button {
133139
position: absolute;
134140
cursor: pointer;

0 commit comments

Comments
 (0)