Skip to content

Commit

Permalink
fix: Put back removed message input stylings for Angular
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Aug 9, 2022
1 parent f848a4b commit 3ebb9c1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/v2/styles/MessageInput/MessageInput-layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,18 @@
max-height: 50%;
}

.str-chat-angular__message-input {
height: 100%;
max-height: 100%;
}

.str-chat-angular__message-input-inner {
height: 100%;
max-height: 100%;
min-height: 0;
flex-grow: initial;
}

[dir='rtl'] .str-chat__send-button {
svg {
transform: scale(-1, 1);
Expand Down

0 comments on commit 3ebb9c1

Please sign in to comment.