From 552698a13adbccc0c3a090071ca38fa92f4327db Mon Sep 17 00:00:00 2001 From: Luke Morris Date: Mon, 11 Dec 2017 17:06:38 -0800 Subject: [PATCH] Allow for 2 custom links --- ui/src/style/layout/sidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/style/layout/sidebar.scss b/ui/src/style/layout/sidebar.scss index 78bf0877f0..2286408c59 100644 --- a/ui/src/style/layout/sidebar.scss +++ b/ui/src/style/layout/sidebar.scss @@ -312,7 +312,7 @@ span.icon.sidebar--icon.sidebar--icon__superadmin { bottom: 0; } -@media only screen and (min-height: 750px) { +@media only screen and (min-height: 800px) { .sidebar-menu--heading { order: 0; } .sidebar-menu--section__account { order: 1; } .sidebar-menu--provider { order: 2; }