diff --git a/ui/src/components/menu/SideMenu.vue b/ui/src/components/menu/SideMenu.vue index 592d57711f0..23a1cf266ea 100644 --- a/ui/src/components/menu/SideMenu.vue +++ b/ui/src/components/menu/SideMenu.vue @@ -82,14 +82,14 @@ export default { .ant-menu-light { border-right-color: transparent; - padding: 14px 0; + padding: 10px 0; } } &.dark { .ant-menu-dark { border-right-color: transparent; - padding: 14px 0; + padding: 10px 0; } } } diff --git a/ui/src/components/tools/Logo.vue b/ui/src/components/tools/Logo.vue index 5aef4a5bf89..6f4c92ab7f3 100644 --- a/ui/src/components/tools/Logo.vue +++ b/ui/src/components/tools/Logo.vue @@ -33,7 +33,7 @@ export default { height: 64px; position: relative; line-height: 64px; - padding-left: 8px; + padding-left: 12px; -webkit-transition: all .3s; transition: all .3s; background: #002140; @@ -46,8 +46,8 @@ export default { } .logo-image { - width: 60px; - margin-right: 8px; + width: 54px; + margin-right: 12px; display: inline-block; vertical-align: middle; } diff --git a/ui/src/components/tools/ProjectMenu.vue b/ui/src/components/tools/ProjectMenu.vue index c430d221a9a..172c67a63df 100644 --- a/ui/src/components/tools/ProjectMenu.vue +++ b/ui/src/components/tools/ProjectMenu.vue @@ -2,7 +2,7 @@ .project-wrapper { &-select { - width: 70% + width: 165px; } } diff --git a/ui/src/views/dashboard/CapacityDashboard.vue b/ui/src/views/dashboard/CapacityDashboard.vue index 1f19cf627be..2f32d1f118d 100644 --- a/ui/src/views/dashboard/CapacityDashboard.vue +++ b/ui/src/views/dashboard/CapacityDashboard.vue @@ -1,5 +1,5 @@