Missing spacing between boxes under Settings -> NovelAI #139

Open
opened 2026-07-15 09:14:25 +02:00 by bjoern · 2 comments
Owner

Within the novelai settings, the boxes between the api settings and the Generation default tags settings box are directly connected. There is no gap between them, making ot look awkward.

Expectation: There is a global variable or something that defines the gap between items like that.

Within the novelai settings, the boxes between the api settings and the Generation default tags settings box are directly connected. There is no gap between them, making ot look awkward. Expectation: There is a global variable or something that defines the gap between items like that.
Author
Owner

Also in the scene editor between Concept, Metadata, Cast. Also the scene editor could also benefit from the "floating navigation" considering how much it grew.

Also in the scene editor between Concept, Metadata, Cast. Also the scene editor could also benefit from the "floating navigation" considering how much it grew.
Member

Fix rides PR #184 (1c4d998): the shared tab panel (kg-tabs__panel) had no layout rule at all, so stacked cards inside any settings tab rendered with zero gap. It now stacks its children as a flex column with the shell's standard var(--space-4) gap — exactly the "global variable" expectation: one rule, every tab (NovelAI, Assistant, and future ones), with single-child panels unaffected. Browser-verified on the NovelAI tab, the Assistant tab, and the character editor (no double-spacing regression).

🤖 Generated with Claude Code

Fix rides PR #184 (`1c4d998`): the shared tab panel (`kg-tabs__panel`) had no layout rule at all, so stacked cards inside any settings tab rendered with zero gap. It now stacks its children as a flex column with the shell's standard `var(--space-4)` gap — exactly the "global variable" expectation: one rule, every tab (NovelAI, Assistant, and future ones), with single-child panels unaffected. Browser-verified on the NovelAI tab, the Assistant tab, and the character editor (no double-spacing regression). 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
TeamAI/Kagura#139
No description provided.