From e2ea0cd3b84d53f581e81c1beba384bcc81e8570 Mon Sep 17 00:00:00 2001 From: Till JS Date: Wed, 15 Apr 2026 20:14:31 +0200 Subject: [PATCH] fix(workbench): tighten SceneHeader spacing and keep contenteditable clean Two small follow-ups to the inline-edit header: - Reduce the right padding from 2.5rem to 0.25rem so the scene name sits visually adjacent to the first card. With the carousel's own 1rem gap between flex children the total breathing room is now ~20px instead of ~56px, which matches how hero titles usually relate to the cards below / beside them. - prettier-ignore on the

and

element blocks. Prettier's default Svelte formatting moved {scene.name} onto its own line with indentation whitespace, which contenteditable renders verbatim as literal leading / trailing spaces in the editor content. Keep the mustache on the same line as the tag so the text value is what the store actually holds. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../src/lib/components/workbench/scenes/SceneHeader.svelte | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/mana/apps/web/src/lib/components/workbench/scenes/SceneHeader.svelte b/apps/mana/apps/web/src/lib/components/workbench/scenes/SceneHeader.svelte index 84e2ddef2..6756a5de6 100644 --- a/apps/mana/apps/web/src/lib/components/workbench/scenes/SceneHeader.svelte +++ b/apps/mana/apps/web/src/lib/components/workbench/scenes/SceneHeader.svelte @@ -75,6 +75,7 @@ {#if scene}

+

{scene.name}

+