Avatar: Fix layers order (#2222)
This commit is contained in:
parent
d127f11f13
commit
3c9acde250
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
height: 1.125rem;
|
||||
margin-right: 0.25rem;
|
||||
|
||||
z-index: 2;
|
||||
z-index: 1;
|
||||
|
||||
&.is-custom-emoji {
|
||||
margin-right: 0.375rem;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user