Repost avatar positioning fix

merge-requests/88/merge
Alex Gleason 4 years ago
parent 71b53f26a0
commit b43b306a93
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -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…
Cancel
Save