Skip to content

Commit 493e283

Browse files
authored
Merge pull request #60 from GetStream/develop
Angular SDK slow mode
2 parents d734723 + 5d5ac6b commit 493e283

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

src/styles/MessageInputFlat.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,13 @@
137137
background: var(--white);
138138
}
139139

140+
.str-chat-angular__cooldown {
141+
position: absolute;
142+
top: 50%;
143+
transform: translateY(-50%);
144+
left: 25px;
145+
}
146+
140147
&-emojiselect {
141148
position: absolute;
142149
top: calc(100% - 45px);

src/styles/SmallMessageInput.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@
4343
max-width: 20px;
4444
}
4545

46+
.str-chat-angular__cooldown {
47+
position: absolute;
48+
top: 50%;
49+
transform: translateY(-50%);
50+
right: 15px;
51+
}
52+
4653
.rfu-file-upload-button {
4754
bottom: 9px;
4855
right: 26px;

0 commit comments

Comments
 (0)