From 9fe12d2b10dbb8af8cd258fdfe064aedf4c8d9d8 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Thu, 11 Oct 2018 10:13:17 +0100 Subject: [PATCH] ui: Reduce the breakpoint at which the smaller footer kicks in (#4723) --- ui-v2/app/styles/variables/custom-query.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui-v2/app/styles/variables/custom-query.scss b/ui-v2/app/styles/variables/custom-query.scss index 3b5b19ce7..2254589f3 100644 --- a/ui-v2/app/styles/variables/custom-query.scss +++ b/ui-v2/app/styles/variables/custom-query.scss @@ -17,8 +17,8 @@ $--lt-horizontal-session-list: '(max-width: 899px)'; $--min-padding: '(max-width: 600px)'; $--max-padding: '(min-width: 1260px)'; -$--tall-footer: '(min-height: 815px)'; -$--lt-tall-footer: '(max-height: 814px)'; +$--tall-footer: '(min-height: 668px)'; +$--lt-tall-footer: '(max-height: 667px)'; $--wide-footer: '(min-width: 421px)'; $--lt-wide-footer: '(max-width: 420px)';