diff --git a/studio/frontend/src/features/images/images-page.tsx b/studio/frontend/src/features/images/images-page.tsx index c716cdd616..2d3846dc44 100644 --- a/studio/frontend/src/features/images/images-page.tsx +++ b/studio/frontend/src/features/images/images-page.tsx @@ -2345,7 +2345,7 @@ export function ImagesPage({ active = true }: { active?: boolean }) { padding, so the rule runs the full page height; the panes pad their own content instead. ── */
-
+
{/* pl-0.5 keeps focus rings off the scroll container's edge. */}
{/* Workflow picker. Seven workflows don't fit a segmented strip in this rail, diff --git a/studio/frontend/src/features/images/train/diffusion-train-panel.tsx b/studio/frontend/src/features/images/train/diffusion-train-panel.tsx index ab67de4c8b..14921462ae 100644 --- a/studio/frontend/src/features/images/train/diffusion-train-panel.tsx +++ b/studio/frontend/src/features/images/train/diffusion-train-panel.tsx @@ -1036,7 +1036,7 @@ export function DiffusionTrainPanel({ {/* pl-0.5 keeps focus rings off the scroll container's edge. */}
-

Train a LoRA

+

Train a LoRA

Teach an image model a style, character, or subject from your own images. The finished adapter shows up in the Create tab's LoRA picker. @@ -1365,7 +1365,7 @@ export function DiffusionTrainPanel({ <>

- + Training settings diff --git a/studio/frontend/src/features/video/video-page.tsx b/studio/frontend/src/features/video/video-page.tsx index 9561743c59..835e919cbf 100644 --- a/studio/frontend/src/features/video/video-page.tsx +++ b/studio/frontend/src/features/video/video-page.tsx @@ -1440,7 +1440,7 @@ export function VideoPage({ active = true }: { active?: boolean }) { {/* ── Controls rail + preview canvas, matching the Images tabs: no cards, the Hub's centered measure, and a rule that runs the full page height. ── */}
-
+
{/* pl-0.5 keeps focus rings off the scroll container's edge. */}