feat(FN-3232): add standalone bottom-gap token and mobile CSS contract test
This merge bundles six feature steps across mobile PWA spacing, test infrastructure, MissionManager tokenization, and Insights coverage. Key changes include restoring the `--standalone-bottom-gap` CSS token contract for iOS home indicator spacing, a refactored `test-changed.mjs` script with workflow Fusion-Task-Id: FN-3232
This commit is contained in:
@@ -2922,8 +2922,8 @@ input[type="range"]:focus-visible {
|
||||
|
||||
@media (display-mode: standalone) {
|
||||
:root {
|
||||
/* PWA standalone mode: rely on env(safe-area-inset-bottom) alone; no extra gap */
|
||||
--standalone-bottom-gap: 0px;
|
||||
/* Installed PWA mode: add tokenized breathing room above iOS home indicator. */
|
||||
--standalone-bottom-gap: var(--space-sm);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user