From 75b34c9b984c52b76b6bfe628812a1a950e6259a Mon Sep 17 00:00:00 2001 From: elhombretecla Date: Thu, 5 Nov 2020 09:07:17 +0100 Subject: [PATCH] :sparkles: Fix UI icons --- frontend/resources/images/icons/library.svg | 2 +- frontend/resources/styles/main/partials/dashboard-sidebar.scss | 2 +- frontend/src/app/main/ui/dashboard/sidebar.cljs | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/frontend/resources/images/icons/library.svg b/frontend/resources/images/icons/library.svg index 0011fd6b2a..4b5457f7fc 100644 --- a/frontend/resources/images/icons/library.svg +++ b/frontend/resources/images/icons/library.svg @@ -1,4 +1,4 @@ - + diff --git a/frontend/resources/styles/main/partials/dashboard-sidebar.scss b/frontend/resources/styles/main/partials/dashboard-sidebar.scss index 70617a2758..5fc5c5db46 100644 --- a/frontend/resources/styles/main/partials/dashboard-sidebar.scss +++ b/frontend/resources/styles/main/partials/dashboard-sidebar.scss @@ -191,7 +191,7 @@ border-radius: $br-small; content: ""; height: 26px; - margin-right: 6px; + margin-right: $small; width: 4px; } diff --git a/frontend/src/app/main/ui/dashboard/sidebar.cljs b/frontend/src/app/main/ui/dashboard/sidebar.cljs index 333ab72d73..87eb2b11d3 100644 --- a/frontend/src/app/main/ui/dashboard/sidebar.cljs +++ b/frontend/src/app/main/ui/dashboard/sidebar.cljs @@ -393,18 +393,15 @@ [:li.recent-projects {:on-click go-projects :class-name (when projects? "current")} - i/recent [:span.element-title (t locale "labels.projects")]] [:li {:on-click go-drafts :class-name (when drafts? "current")} - i/file-html [:span.element-title (t locale "labels.drafts")]] [:li {:on-click go-libs :class-name (when libs? "current")} - i/library [:span.element-title (t locale "labels.shared-libraries")]]]] [:hr]