Repost avatar positioning fix
This commit is contained in:
parent
71b53f26a0
commit
b43b306a93
1 changed files with 4 additions and 0 deletions
|
@ -399,6 +399,10 @@ a .account__avatar {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
|
&.still-image {
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue