Skip to content

Commit

Permalink
feat: Implement slow mode in Angular SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Feb 28, 2022
1 parent 721a531 commit 6c42481
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/styles/MessageInputFlat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,13 @@
background: var(--white);
}

.str-chat-angular__cooldown {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 25px;
}

&-emojiselect {
position: absolute;
top: calc(100% - 45px);
Expand Down
7 changes: 7 additions & 0 deletions src/styles/SmallMessageInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@
max-width: 20px;
}

.str-chat-angular__cooldown {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 15px;
}

.rfu-file-upload-button {
bottom: 9px;
right: 26px;
Expand Down

0 comments on commit 6c42481

Please sign in to comment.