UX: chat composer > fix typing indicator and top padding (mobile) (#25821)

This commit is contained in:
chapoi 2024-02-23 07:59:06 +02:00 committed by GitHub
parent 6437f27f90
commit b2a2203140
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,10 @@
.chat-composer {
&__wrapper {
padding-top: 0;
padding-top: 0.75rem;
background: none;
.chat-replying-indicator {
padding-left: calc(1rem + (2 * 5px) + 0.2rem + (2 * 0.65rem));
}
}
&__outer-container {
padding: 0;