Chat / Avatar: Fix animating glitch on ripple effect

This commit is contained in:
Alexander Zinchuk 2023-09-04 04:05:20 +02:00
parent 23f072796d
commit a7700015ac

View File

@ -193,6 +193,10 @@
.title { .title {
line-height: 1.375rem; line-height: 1.375rem;
} }
.status {
background-color: var(--background-color);
}
} }
.ripple-container { .ripple-container {
@ -205,7 +209,6 @@
display: flex; display: flex;
align-items: center; align-items: center;
z-index: var(--z-status); z-index: var(--z-status);
background-color: var(--background-color);
} }
.avatar-badge-wrapper { .avatar-badge-wrapper {