Takosaga commited on
Commit
891d9a1
·
1 Parent(s): f1a3448

docs: update spec layout — Audio left, Images right

Browse files
docs/superpowers/specs/2026-06-12-tts-voice-selection-design.md CHANGED
@@ -37,11 +37,10 @@ Six presets, ordered by gender first then age from oldest to youngest:
37
 
38
  ### Placement
39
 
40
- The voice dropdown appears **under the Audio toggle**, only when the audio toggle is enabled (`value=True`). It is hidden (`visible=False`) otherwise.
41
 
42
  ```
43
- [🖼️ Images] (checkbox toggle)
44
- [🔊 Audio] (checkbox toggle)
45
  ├─ Voice: [▼ Female — Young Adult] (dropdown, appears only when Audio is ON)
46
  [Generate Cards] (button)
47
  ```
 
37
 
38
  ### Placement
39
 
40
+ The voice dropdown appears **directly under the Audio toggle** (left side of the row), only when the audio toggle is enabled (`value=True`). It is hidden (`visible=False`) otherwise.
41
 
42
  ```
43
+ [🔊 Audio] [🖼️ Images] (checkbox toggles, side-by-side)
 
44
  ├─ Voice: [▼ Female — Young Adult] (dropdown, appears only when Audio is ON)
45
  [Generate Cards] (button)
46
  ```