Avatar: Fix layers order (#2222)

This commit is contained in:
Alexander Zinchuk 2022-12-27 02:46:02 +01:00
parent d127f11f13
commit 3c9acde250
2 changed files with 1 additions and 3 deletions

View File

@ -18,7 +18,6 @@
border-radius: 50%;
width: 100%;
height: 100%;
z-index: 1;
}
.emoji {
@ -119,7 +118,6 @@
border: 2px solid var(--color-background);
background-color: #0ac630;
flex-shrink: 0;
z-index: 1;
}
}

View File

@ -10,7 +10,7 @@
height: 1.125rem;
margin-right: 0.25rem;
z-index: 2;
z-index: 1;
&.is-custom-emoji {
margin-right: 0.375rem;