Repost avatar positioning fix

This commit is contained in:
Alex Gleason 2020-07-02 23:20:32 -05:00
parent 71b53f26a0
commit b43b306a93
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -399,6 +399,10 @@ a .account__avatar {
bottom: 0;
right: 0;
z-index: 1;
&.still-image {
position: absolute;
}
}
}