diff --git a/frontend/resources/styles/main/partials/dashboard-sidebar.scss b/frontend/resources/styles/main/partials/dashboard-sidebar.scss index 5fc5c5db4..04f1daf17 100644 --- a/frontend/resources/styles/main/partials/dashboard-sidebar.scss +++ b/frontend/resources/styles/main/partials/dashboard-sidebar.scss @@ -368,7 +368,7 @@ color: $color-black; margin: 10px 5px; font-size: $fs14; - max-width: 135px; + max-width: 160px; } img { @@ -378,6 +378,13 @@ width: 25px; } + svg { + height: 10px; + margin-left: auto; + margin-right: $small; + width: 10px; + } + .dropdown { left: 15px; bottom: 45px; diff --git a/frontend/resources/styles/main/partials/sidebar-layers.scss b/frontend/resources/styles/main/partials/sidebar-layers.scss index dced031cc..25e42fe07 100644 --- a/frontend/resources/styles/main/partials/sidebar-layers.scss +++ b/frontend/resources/styles/main/partials/sidebar-layers.scss @@ -154,11 +154,11 @@ border-right: 1px solid $color-gray-40; border-top: 1px solid $color-gray-40; position: absolute; - width: 0.5rem; - height: 0.5rem; + width: 6px; + height: 6px; transform: rotate(-45deg); top: -1px; - left: -5px; + left: -4px; } } diff --git a/frontend/src/app/main/ui/dashboard/sidebar.cljs b/frontend/src/app/main/ui/dashboard/sidebar.cljs index 87eb2b11d..c4ceed6da 100644 --- a/frontend/src/app/main/ui/dashboard/sidebar.cljs +++ b/frontend/src/app/main/ui/dashboard/sidebar.cljs @@ -439,6 +439,7 @@ [:div.profile-section {:on-click #(reset! show true)} [:img {:src photo}] [:span (:fullname profile)] + i/arrow-down [:& dropdown {:on-close #(reset! show false) :show @show}