From b43b306a93b0b8479c1f1ef2ffd420a2c7df9447 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 2 Jul 2020 23:20:32 -0500 Subject: [PATCH] Repost avatar positioning fix --- app/styles/accounts.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/styles/accounts.scss b/app/styles/accounts.scss index da3025186..b25f0d477 100644 --- a/app/styles/accounts.scss +++ b/app/styles/accounts.scss @@ -399,6 +399,10 @@ a .account__avatar { bottom: 0; right: 0; z-index: 1; + + &.still-image { + position: absolute; + } } }