From 9e926a34b0800f3f7069d7ddb78028ac9ebacfa5 Mon Sep 17 00:00:00 2001 From: Dank Gabs Date: Wed, 10 Jul 2019 17:56:51 -0400 Subject: [PATCH] Patch Fix for blocked navigation items on mobile due to compose button position. Added 100px to bottom padding overall. This will be fine tuned with the design evolution. --- app/javascript/styles/gabsocial/components.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/styles/gabsocial/components.scss b/app/javascript/styles/gabsocial/components.scss index 2dce18e5..bc52cba8 100644 --- a/app/javascript/styles/gabsocial/components.scss +++ b/app/javascript/styles/gabsocial/components.scss @@ -1380,6 +1380,7 @@ a.account__display-name { .ui { display: block; width: 100%; + padding: 0 0 100px 0; .page { display: flex;