From 8c524394f1a8363c98fb247746a98e3df1f0f35e Mon Sep 17 00:00:00 2001 From: Liana Husikyan Date: Tue, 13 Aug 2019 14:04:15 +0200 Subject: [PATCH] fixed the move on hover and the color --- src/app/components/plugin-manager-component.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/components/plugin-manager-component.js b/src/app/components/plugin-manager-component.js index 7e2b47d0c2..bd22846de9 100644 --- a/src/app/components/plugin-manager-component.js +++ b/src/app/components/plugin-manager-component.js @@ -19,9 +19,6 @@ const css = csjs` z-index: 2; margin-bottom: 0px; } - .localPluginBtn { - margin-top: 15px; - } .displayName { text-transform: capitalize; display: flex; @@ -186,7 +183,7 @@ class PluginManagerComponent extends ViewPlugin {
-