Fix group typing bubble less x animation
This commit is contained in:
parent
363142569b
commit
24f17f2cf9
3 changed files with 30 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue