From 6a185a838dee8b46948c9d4dee0b4bbb2c4ffe6b Mon Sep 17 00:00:00 2001 From: Alasdair Smith Date: Mon, 4 Dec 2017 17:20:49 +0000 Subject: [PATCH] Increase height & margin --- services/web/public/stylesheets/app/sidebar-v1-dash-link.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/public/stylesheets/app/sidebar-v1-dash-link.less b/services/web/public/stylesheets/app/sidebar-v1-dash-link.less index b297920e5b..072042226e 100644 --- a/services/web/public/stylesheets/app/sidebar-v1-dash-link.less +++ b/services/web/public/stylesheets/app/sidebar-v1-dash-link.less @@ -1,4 +1,4 @@ -@v1-dash-link-height: 110px; +@v1-dash-link-height: 130px; .project-list-sidebar { height: calc(~"100% -" @v1-dash-link-height); @@ -20,7 +20,7 @@ display: block; margin-left: auto; margin-right: auto; - margin-top: 4px; + margin-top: 12.5px; padding-top: 0; padding-bottom: 0; background-color: @v1-dash-link-btn-bg;