Skip to content

Commit

Permalink
fix(chatbar): Fix typing indicator moving chatbar (#1291)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flemmli97 authored Oct 6, 2023
1 parent af1532e commit 6560408
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kit/src/components/message_typing/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.message-typing-wrap {
display: inline-flex;
gap: var(--gap);
position: absolute;
bottom: -17px;
//padding: var(--padding-less);
//padding-top: var(--padding-less);
}
Expand Down
1 change: 1 addition & 0 deletions kit/src/layout/chatbar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
flex-direction: column;
display: flex;
width: 100%;
position: relative;
}
.inline-reply {
position: absolute;
Expand Down

0 comments on commit 6560408

Please sign in to comment.