Skip to content

Commit 2e34758

Browse files
authored
Merge pull request #15 from GetStream/angular-show-send-button-for-attachments
feat: Show send button if input has attachments
2 parents 3554ac2 + c38d42a commit 2e34758

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/styles/MessageInputFlat.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@
8484
}
8585
}
8686

87+
&-has-attachments {
88+
.str-chat__send-button {
89+
display: block;
90+
}
91+
}
92+
8793
&-wrapper {
8894
display: flex;
8995
flex-wrap: wrap;

0 commit comments

Comments
 (0)