Skip to content

Commit 0e00798

Browse files
authored
Merge pull request #50 from GetStream/develop
Small React and Angular fixes
2 parents 9164f3a + 290cc87 commit 0e00798

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

src/styles/Attachment.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
padding: 0;
3434
}
3535

36+
/** Let giphies stretch their containers */
37+
&-attachment--giphy {
38+
max-width: unset;
39+
}
40+
3641
&--me {
3742
.str-chat__message-attachment {
3843
padding-left: 0;

src/styles/Message.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
// Fixes emoji display in Chrome https://bugs.chromium.org/p/chromium/issues/detail?id=596223
374374
.str-chat__emoji-display-fix {
375375
display: inline-block;
376-
width: 20px;
376+
width: 1.25em;
377377
}
378378

379379
p {

src/styles/SmallMessageInput.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@
7979
transform-origin: 100% 100%;
8080
}
8181

82+
&-has-attachments {
83+
.str-chat__send-button {
84+
display: block;
85+
}
86+
}
87+
8288
&--send-button {
8389
background: none;
8490
border: none;

0 commit comments

Comments
 (0)