diff --git a/frontend/resources/styles/main/layouts/main-layout.scss b/frontend/resources/styles/main/layouts/main-layout.scss index edabb7c481..22a1cd54c9 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 3a100db1bd..dddbc84500 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; } }