From acfef79a8ff49b1c900ecee3e7cba03b218f6d29 Mon Sep 17 00:00:00 2001 From: yyh <92089059+lyzno1@users.noreply.github.com> Date: Sun, 5 Jul 2026 22:01:07 +0800 Subject: [PATCH] fix(web): prevent plugin cards from overlapping marketplace panel (#38427) --- .../components/plugins/install-plugin/base/loading-error.tsx | 2 +- web/app/components/plugins/install-plugin/base/loading.tsx | 2 +- web/app/components/plugins/plugin-item/index.tsx | 2 +- web/app/components/plugins/plugin-page/plugin-list-skeleton.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/app/components/plugins/install-plugin/base/loading-error.tsx b/web/app/components/plugins/install-plugin/base/loading-error.tsx index 6f5116e4d1d..b9ab95c5452 100644 --- a/web/app/components/plugins/install-plugin/base/loading-error.tsx +++ b/web/app/components/plugins/install-plugin/base/loading-error.tsx @@ -14,7 +14,7 @@ const LoadingError: FC = () => { -
+
-
+
diff --git a/web/app/components/plugins/plugin-item/index.tsx b/web/app/components/plugins/plugin-item/index.tsx index d64afaccdf0..91a0a5a5ef2 100644 --- a/web/app/components/plugins/plugin-item/index.tsx +++ b/web/app/components/plugins/plugin-item/index.tsx @@ -110,7 +110,7 @@ const PluginItem: FC = ({ setCurrentPluginID(plugin.plugin_id) }} > -
+
{/* Header */}
diff --git a/web/app/components/plugins/plugin-page/plugin-list-skeleton.tsx b/web/app/components/plugins/plugin-page/plugin-list-skeleton.tsx index 600bf5d8927..104ba6a193f 100644 --- a/web/app/components/plugins/plugin-page/plugin-list-skeleton.tsx +++ b/web/app/components/plugins/plugin-page/plugin-list-skeleton.tsx @@ -8,7 +8,7 @@ const PluginCardSkeleton = () => ( data-testid="plugin-card-skeleton" className="relative overflow-hidden rounded-xl border-[1.5px] border-background-section-burn bg-background-section-burn p-1" > -
+