From 9a5046179bb583001a2aca380c79e5793194eecc Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 2 Aug 2020 23:10:36 -0500 Subject: [PATCH] HoverCard: Reposition ActionButton --- app/styles/components/profile_hover_card.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/components/profile_hover_card.scss b/app/styles/components/profile_hover_card.scss index 54ab23ff2..46a55a1e3 100644 --- a/app/styles/components/profile_hover_card.scss +++ b/app/styles/components/profile_hover_card.scss @@ -39,7 +39,7 @@ z-index: 999; position: absolute; right: 20px; - top: 120px; + top: 40px; } .user-panel {