Fix group typing bubble less x animation

This commit is contained in:
ayumi-signal 2023-10-06 14:30:36 -07:00 committed by GitHub
parent 363142569b
commit 24f17f2cf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 30 additions and 1 deletions

View file

@ -1379,6 +1379,7 @@ $message-padding-horizontal: 12px;
display: flex;
justify-content: center;
margin-inline-end: 8px;
min-width: 28px;
padding-bottom: 6px;
&--with-reactions {
@ -1447,6 +1448,10 @@ $message-padding-horizontal: 12px;
}
}
.module-message__typing-avatar-spacer {
flex: 0 1 24px;
}
.module-message__unopened-gift-badge {
width: 240px;
height: 132px;