From 7d619d5122dbc80478c1611618ad4425c96f00d7 Mon Sep 17 00:00:00 2001 From: dinislam tebuev <3241533+tebuev@users.noreply.github.com> Date: Sat, 15 Aug 2026 17:28:12 -0700 Subject: [PATCH 1/2] fix(editor): restore spacing between slider labels and values --- src/components/ai-edition/RightPanes.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/ai-edition/RightPanes.tsx b/src/components/ai-edition/RightPanes.tsx index 5ac70471a..87bce1ed3 100644 --- a/src/components/ai-edition/RightPanes.tsx +++ b/src/components/ai-edition/RightPanes.tsx @@ -1627,9 +1627,9 @@ export function LayoutPane() { {isPip ? (
-
- {ts("layout.webcamSize")} - {Math.round(settings.webcamSizePreset)}% +
+ {ts("layout.webcamSize")} + {Math.round(settings.webcamSizePreset)}%
-
- {label} +
+ {label} {showValue ? ( - + {value.toFixed(decimals)} {suffix} From 297b962d88c8603281295057692bd5efcc0720d1 Mon Sep 17 00:00:00 2001 From: EtienneLescot Date: Thu, 20 Aug 2026 10:53:36 +0200 Subject: [PATCH 2/2] fix(editor): apply the scoped-style fix to the remaining pane rows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The same `class="label"` typo this branch fixes in the slider cells is live in 14 more places: every `.paneRow` label in the Effects, Layout, Cursor, Captions and Export panes. `.paneRow .label` in NewEditorShell.module.css is a local selector, so both halves get hashed and the literal string matches nothing. No global `.label` rule exists to fall back on, so those labels render at the browser default instead of `500 var(--fs-app)` in `--fg-2` — the same defect this branch's before/after screenshots show. Co-Authored-By: Claude Opus 5 Co-Authored-By: dinislam tebuev <3241533+tebuev@users.noreply.github.com> --- src/components/ai-edition/CaptionsPane.tsx | 16 ++++++++-------- src/components/ai-edition/ExportDialog.tsx | 2 +- src/components/ai-edition/RightPanes.tsx | 10 +++++----- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/components/ai-edition/CaptionsPane.tsx b/src/components/ai-edition/CaptionsPane.tsx index c1f6d732d..7b4142fbf 100644 --- a/src/components/ai-edition/CaptionsPane.tsx +++ b/src/components/ai-edition/CaptionsPane.tsx @@ -182,7 +182,7 @@ export function CaptionsPane() {
- {t("captions.show")} + {t("captions.show")} {t("captions.language")}
- {t("captions.displayLanguage")} + {t("captions.displayLanguage")}
- {t("captions.bold")} + {t("captions.bold")}
- {t("captions.textColor")} + {t("captions.textColor")} - {t("captions.background")} + {t("captions.background")}
{t("captions.lineLength")}
- {t("captions.minWords")} + {t("captions.minWords")}
- {t("exportDialog.loopGif")} + {t("exportDialog.loopGif")}