From 9bd042dee0d9524ef7f099a94e6192e5116ead41 Mon Sep 17 00:00:00 2001 From: elhombretecla Date: Wed, 4 Nov 2020 08:59:55 +0100 Subject: [PATCH] :sparkles: Chanage dashboard sidebar --- frontend/resources/styles/main/layouts/main-layout.scss | 2 +- .../resources/styles/main/partials/dashboard-sidebar.scss | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/resources/styles/main/layouts/main-layout.scss b/frontend/resources/styles/main/layouts/main-layout.scss index edabb7c48..22a1cd54c 100644 --- a/frontend/resources/styles/main/layouts/main-layout.scss +++ b/frontend/resources/styles/main/layouts/main-layout.scss @@ -17,7 +17,7 @@ background-color: $color-white; display: grid; grid-template-rows: 50px 1fr; - grid-template-columns: 40px 180px 1fr; + grid-template-columns: 40px 220px 1fr; height: 100vh; .dashboard-sidebar { diff --git a/frontend/resources/styles/main/partials/dashboard-sidebar.scss b/frontend/resources/styles/main/partials/dashboard-sidebar.scss index 3a100db1b..dddbc8450 100644 --- a/frontend/resources/styles/main/partials/dashboard-sidebar.scss +++ b/frontend/resources/styles/main/partials/dashboard-sidebar.scss @@ -40,11 +40,11 @@ top: 50px; z-index: 12; max-height: 30rem; - min-width: 189px; + min-width: 230px; } .options-dropdown { - left: 80px; + left: 117px; top: 50px; z-index: 12; max-height: 30rem; @@ -63,7 +63,7 @@ .switch-options { display: flex; max-width: 22px; - min-width: 22px; + min-width: 28px; border-left: 1px solid $color-gray-10; justify-content: center; align-items: center; @@ -111,7 +111,7 @@ .team-text { color: $color-gray-60; @include text-ellipsis; - width: 100px; + width: 130px; } }