From 4b1051e711fdf66abd7d12c3d06a8a3ec50859ff Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Tue, 22 Oct 2019 16:20:26 -0400 Subject: [PATCH] Moved up the floating action button to make room for footer --- app/javascript/styles/gabsocial/components.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/styles/gabsocial/components.scss b/app/javascript/styles/gabsocial/components.scss index a43b60da..fd83909d 100644 --- a/app/javascript/styles/gabsocial/components.scss +++ b/app/javascript/styles/gabsocial/components.scss @@ -1586,7 +1586,7 @@ a.account__display-name { display: none; @media screen and (max-width: 895px) {display: flex;} position: fixed; - bottom: 14px; + bottom: 68px; right: 14px; width: 61px; height: 52px;