We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9164f3a + 290cc87 commit 0e00798Copy full SHA for 0e00798
3 files changed
src/styles/Attachment.scss
@@ -33,6 +33,11 @@
33
padding: 0;
34
}
35
36
+ /** Let giphies stretch their containers */
37
+ &-attachment--giphy {
38
+ max-width: unset;
39
+ }
40
+
41
&--me {
42
.str-chat__message-attachment {
43
padding-left: 0;
src/styles/Message.scss
@@ -373,7 +373,7 @@
373
// Fixes emoji display in Chrome https://bugs.chromium.org/p/chromium/issues/detail?id=596223
374
.str-chat__emoji-display-fix {
375
display: inline-block;
376
- width: 20px;
+ width: 1.25em;
377
378
379
p {
src/styles/SmallMessageInput.scss
@@ -79,6 +79,12 @@
79
transform-origin: 100% 100%;
80
81
82
+ &-has-attachments {
83
+ .str-chat__send-button {
84
+ display: block;
85
86
87
88
&--send-button {
89
background: none;
90
border: none;
0 commit comments