PluginProbe
Extendify / trunk
Extendify vtrunk
3.2.1 3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 All 127 releases
← All changes | src/Agent/workflows/theme/components/SelectSiteVibes.jsx +2 -2 3.1.4 → trunk View file →
@@ -64,12 +64,12 @@
64 64
65 65 if (noVibes) return null;
66 66
67 67 return (
68 - <div className="mb-4 ms-12 me-2 flex flex-col rounded-lg border border-gray-300 bg-gray-50">
68 + <div className="mb-4 ms-2 me-2 flex flex-col rounded-lg border border-gray-300 bg-gray-50">
69 69 <div className="rounded-lg border-b border-gray-400 bg-white">
70 70 <div className="grid gap-3 p-4 grid-cols-2">
71 - {shuffled?.slice(0, 10).map(({ slug }, index) => (
71 + {shuffled?.slice(0, 12).map(({ slug }, index) => (
72 72 <Fragment key={slug}>
73 73 <style>
74 74 {styles[slug]
75 75 ?.replaceAll(':root', '.ext-vibe-container')