From 0e5b8b07c99f3ab54c576a58ac3f59721d4f9904 Mon Sep 17 00:00:00 2001 From: Swishilicous Date: Fri, 13 Jan 2023 17:25:24 -0600 Subject: [PATCH] make plugin cards prettier (#389) Co-authored-by: Ven --- src/components/PluginSettings/index.tsx | 7 ++----- src/components/PluginSettings/styles.css | 19 ++++++++++++++++--- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/src/components/PluginSettings/index.tsx b/src/components/PluginSettings/index.tsx index 687b9ee6..3b283d04 100644 --- a/src/components/PluginSettings/index.tsx +++ b/src/components/PluginSettings/index.tsx @@ -152,14 +152,11 @@ function PluginCard({ plugin, disabled, onRestartNeeded, onMouseEnter, onMouseLe onChange={toggleEnabled} disabled={disabled} value={isEnabled()} - note={{plugin.description}} + note={{plugin.description}} hideBorder={true} > - + {plugin.name}{isNew && }