From d5efb5540ca39f0b341ea9c7e8ce4eff40140bb2 Mon Sep 17 00:00:00 2001 From: Dank Gabs Date: Mon, 8 Jul 2019 16:16:47 -0400 Subject: [PATCH] gab/social/gab-social#33 Adjustment to the patch fix for inaccessible publish button. --- app/javascript/styles/gabsocial/components.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/styles/gabsocial/components.scss b/app/javascript/styles/gabsocial/components.scss index 5766a604..b45325ca 100644 --- a/app/javascript/styles/gabsocial/components.scss +++ b/app/javascript/styles/gabsocial/components.scss @@ -307,8 +307,8 @@ overflow-y: auto; flex: 0 2 auto; max-height: 500px; - @media screen and (max-width: $nav-breakpoint-3) {max-height: 220px;} - @media screen and (max-width: $nav-breakpoint-4) {max-height: 130px;} + @media screen and (min-width: 320px) and (max-width: 375px) {max-height: 220px;} + @media screen and (max-width: 320px) {max-height :130px;} } .reply-indicator__header {