FIX: compensate for lack of replying indicator on draft (#21597)

As we don't have the spacing generated by the replying indicator, we need to manually add spacing.
This commit is contained in:
Joffrey JAFFEUX 2023-05-16 22:32:07 +02:00 committed by GitHub
parent 009006893e
commit 928fab1c4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -37,7 +37,9 @@
}
}
.chat-composer__wrapper {
padding-bottom: 0.5em;
.ios-device.keyboard-visible & {
.chat-composer__wrapper {
padding-bottom: 1rem;
}
}
}