diff --git a/studio/frontend/src/features/images/images-page.tsx b/studio/frontend/src/features/images/images-page.tsx index 64d4661ac0..b79c2098cc 100644 --- a/studio/frontend/src/features/images/images-page.tsx +++ b/studio/frontend/src/features/images/images-page.tsx @@ -767,12 +767,9 @@ export function ImagesPage() { alt={selected.prompt} className="max-h-full max-w-full rounded-xl object-contain shadow-sm" /> - {/* Metadata bottom-left, so it never sits under the actions. */} -
- {selected.width}×{selected.height} · seed {selected.seed} -
{/* Actions grouped in one glass toolbar so they stay legible over - any image and read as a unit instead of blending into the canvas. */} + any image and read as a unit instead of blending into the canvas. + Size/seed live in the Recipe popover, so no separate chip here. */}