From 4d458d57786ca04f49596c612646d1330c99666f Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Tue, 30 Jul 2019 23:04:05 -0400 Subject: [PATCH] Added "Apps" link on home page, updated responsiveness --- app/javascript/styles/gabsocial/containers.scss | 3 +++ app/views/layouts/public.html.haml | 1 + 2 files changed, 4 insertions(+) diff --git a/app/javascript/styles/gabsocial/containers.scss b/app/javascript/styles/gabsocial/containers.scss index 51913a8e..073bce2b 100644 --- a/app/javascript/styles/gabsocial/containers.scss +++ b/app/javascript/styles/gabsocial/containers.scss @@ -360,6 +360,9 @@ } @media screen and (max-width: 550px) { + font-size: 12px; + padding: 12px 10px; + &.optional { display: none; } diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index c66ff33e..20ff0a62 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -13,6 +13,7 @@ = link_to t('home'), root_url, class: 'nav-link optional' = link_to t('about.about_this'), about_path, class: 'nav-link' = link_to 'Invest', 'https://invest.gab.com', class: 'nav-link' + = link_to 'Apps', 'https://apps.gab.com', class: 'nav-link' .nav-center .nav-right - if user_signed_in?