From 5df7d63f7de89b45cc14b8259f2482f3e6956fd3 Mon Sep 17 00:00:00 2001 From: Joshua Ogle Date: Thu, 28 Mar 2019 16:15:48 -0600 Subject: [PATCH] Hide footer links on mobile --- ui/app/styles/core/footer.scss | 4 ++++ ui/app/templates/vault.hbs | 42 +++++++++++++++------------------- 2 files changed, 22 insertions(+), 24 deletions(-) diff --git a/ui/app/styles/core/footer.scss b/ui/app/styles/core/footer.scss index 99219f328..e3f3a3d79 100644 --- a/ui/app/styles/core/footer.scss +++ b/ui/app/styles/core/footer.scss @@ -7,5 +7,9 @@ span:not(:first-child) { display: inline-block; padding: 0 0.5rem; + + @include until($mobile) { + display: none; + } } } diff --git a/ui/app/templates/vault.hbs b/ui/app/templates/vault.hbs index 7307dcc96..2d9b310b0 100644 --- a/ui/app/templates/vault.hbs +++ b/ui/app/templates/vault.hbs @@ -1,29 +1,23 @@ {{outlet}} -