We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d734723 + 5d5ac6b commit 493e283Copy full SHA for 493e283
2 files changed
src/styles/MessageInputFlat.scss
@@ -137,6 +137,13 @@
137
background: var(--white);
138
}
139
140
+ .str-chat-angular__cooldown {
141
+ position: absolute;
142
+ top: 50%;
143
+ transform: translateY(-50%);
144
+ left: 25px;
145
+ }
146
+
147
&-emojiselect {
148
position: absolute;
149
top: calc(100% - 45px);
src/styles/SmallMessageInput.scss
@@ -43,6 +43,13 @@
43
max-width: 20px;
44
45
46
47
48
49
50
+ right: 15px;
51
52
53
.rfu-file-upload-button {
54
bottom: 9px;
55
right: 26px;
0 commit comments