We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11a4237 + 587c39c commit 9a290f5Copy full SHA for 9a290f5
2 files changed
src/styles/MessageInputFlat.scss
@@ -13,6 +13,8 @@
13
flex-direction: column;
14
align-items: center;
15
margin-bottom: var(--xs-m);
16
+ width: 100%;
17
+ position: relative;
18
19
&-header {
20
font-size: var(--md-font);
@@ -81,6 +83,15 @@
81
83
}
82
84
85
86
+
87
+ .str-chat__message-attachment-card {
88
+ margin: 0;
89
+ min-height: unset;
90
91
+ .str-chat__message-attachment-card--content {
92
+ display: none;
93
+ }
94
95
96
97
src/styles/SmallMessageInput.scss
@@ -2,6 +2,7 @@
2
display: flex;
3
flex-wrap: wrap;
4
margin: var(--xs-m);
5
+ padding: var(--xs-m);
6
position: relative;
7
z-index: 1000;
8
0 commit comments