Missing spacing between boxes under Settings -> NovelAI #139
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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.
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 standardvar(--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