From 21a5b4658ad8593d8b2f485f66dfe81f18fa52b3 Mon Sep 17 00:00:00 2001 From: RockChinQ Date: Sat, 6 Jun 2026 11:40:02 -0400 Subject: [PATCH] fix(plugin-market): keep fixed card width regardless of result count The result grid used auto-fit tracks, so a single search result stretched to fill the whole row. Switch to fixed responsive column counts (1/2/3/4 across breakpoints), matching langbot-space, so cards keep a consistent max width no matter how many results are shown. --- .../plugins/components/plugin-market/PluginMarketComponent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/app/home/plugins/components/plugin-market/PluginMarketComponent.tsx b/web/src/app/home/plugins/components/plugin-market/PluginMarketComponent.tsx index 1f7980b2..bdd4d623 100644 --- a/web/src/app/home/plugins/components/plugin-market/PluginMarketComponent.tsx +++ b/web/src/app/home/plugins/components/plugin-market/PluginMarketComponent.tsx @@ -858,7 +858,7 @@ function MarketPageContent({ ) : ( <> -
+
{visiblePlugins.map((plugin) => (