diff --git a/studio/frontend/src/features/images/images-page.tsx b/studio/frontend/src/features/images/images-page.tsx index 27fecd1f69..bb7428b868 100644 --- a/studio/frontend/src/features/images/images-page.tsx +++ b/studio/frontend/src/features/images/images-page.tsx @@ -2257,7 +2257,8 @@ export function ImagesPage({ active = true }: { active?: boolean }) { value={pageMode} onValueChange={(v) => setPageMode(v as "create" | "train")} fit={true} - className="h-[34px] [&>button]:h-[34px] [&>button]:px-4" + // ml-5 sets it off from the selector rather than sitting against it. + className="ml-5 h-[34px] [&>button]:h-[34px] [&>button]:px-4" tabs={[ { value: "create", @@ -2318,12 +2319,13 @@ export function ImagesPage({ active = true }: { active?: boolean }) { /> ) : ( /* ── Controls rail + preview canvas. No card: both sit on the page background - like the Hub, divided by a rule, so nothing is spent on box chrome. Padding - mirrors the other tabs (Export, Data Recipes): px-5 / sm:px-9. ── */ -
@@ -1284,7 +1284,7 @@ export function DiffusionTrainPanel({ Selecting a previous run re-plots its persisted logs read-only. */} {/* Sections here carry no card of their own: spacing and a rule separate them. p-1.5 keeps the chart cards' outer ring from being clipped. */} -