From c9a42c23bbe82e736e4d73588ebc4bdce7220fe3 Mon Sep 17 00:00:00 2001 From: Unsloth Date: Sat, 25 Jul 2026 04:45:56 -0700 Subject: [PATCH] Images and Video: narrower generation rail, matching Train headings Create and Video rails go from 392px to 368px. Train a LoRA and Training settings are now the same size and both in the heading font: the h2 already picks it up from the base rule, so the settings header opts in with font-heading and the weight that rule pins. --- studio/frontend/src/features/images/images-page.tsx | 2 +- .../src/features/images/train/diffusion-train-panel.tsx | 4 ++-- studio/frontend/src/features/video/video-page.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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. */}