Avatar: Fix layers order (#2222)
This commit is contained in:
parent
d127f11f13
commit
3c9acde250
@ -18,7 +18,6 @@
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.emoji {
|
.emoji {
|
||||||
@ -119,7 +118,6 @@
|
|||||||
border: 2px solid var(--color-background);
|
border: 2px solid var(--color-background);
|
||||||
background-color: #0ac630;
|
background-color: #0ac630;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
z-index: 1;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
height: 1.125rem;
|
height: 1.125rem;
|
||||||
margin-right: 0.25rem;
|
margin-right: 0.25rem;
|
||||||
|
|
||||||
z-index: 2;
|
z-index: 1;
|
||||||
|
|
||||||
&.is-custom-emoji {
|
&.is-custom-emoji {
|
||||||
margin-right: 0.375rem;
|
margin-right: 0.375rem;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user