Condense character card content and add bottom filler space

This commit is contained in:
2026-02-26 12:18:17 +01:00
parent f9879c1541
commit 017fc37b1d
4 changed files with 17 additions and 6 deletions

4
FAQ.md
View File

@@ -99,6 +99,10 @@ The character column now prioritizes vertical density. Roll history is represent
The picker was intentionally compressed into a single compact row to minimize vertical real estate in the Play layout. When many characters exist, it scrolls horizontally instead of growing taller.
## Why is there empty space below skills in the character panel?
The panel now keeps card content condensed at the top and lets any remaining height expand below the skills list. This avoids stretched card sections while preserving full-height column behavior.
## Why is auth form state kept in `AuthSection` instead of `Home`?
Auth inputs, validation, and submit workflows are transient UI concerns, so they now live in `AuthSection`. `Home` keeps shared session/workspace state and cross-control refresh/orchestration only.