Condense character card content and add bottom filler space
This commit is contained in:
4
FAQ.md
4
FAQ.md
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user