From 3c336cd8f62785ec0a5e2cd546b8e95e8d52fca5 Mon Sep 17 00:00:00 2001 From: elhombretecla Date: Thu, 10 Dec 2020 09:56:00 +0100 Subject: [PATCH] :sparkles: Fix sidebar css --- .../styles/main/partials/sidebar-element-options.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/resources/styles/main/partials/sidebar-element-options.scss b/frontend/resources/styles/main/partials/sidebar-element-options.scss index 4415115d55..8894df6f13 100644 --- a/frontend/resources/styles/main/partials/sidebar-element-options.scss +++ b/frontend/resources/styles/main/partials/sidebar-element-options.scss @@ -491,8 +491,9 @@ svg { fill: $color-gray-20; - height: 8px; - width: 8px; + height: 12px; + margin-right: $x-small; + width: 12px; } .context-menu-items {