Chat / Avatar: Fix animating glitch on ripple effect
This commit is contained in:
parent
23f072796d
commit
a7700015ac
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user