feat(FN-2613): merge fusion/fn-2613 (auto-resolved)

- test(FN-2613): complete Step 3 — update mobile and standalone CSS assertions
- feat(FN-2613): complete Step 2 — move standalone token override to global styles
- feat(FN-2613): complete Step 1 — remove mobile root safe-area padding
This commit is contained in:
Fusion
2026-04-26 14:29:00 -07:00
committed by gsxdsm
parent 112ad671f8
commit b342e6b5d9
4 changed files with 14 additions and 17 deletions

View File

@@ -1396,16 +1396,6 @@
box-shadow: var(--shadow-sm);
}
@media (display-mode: standalone) {
#root {
/* FN-1626: additive bottom spacing = safe-area inset + 8px home bar gap */
padding-bottom: calc(env(safe-area-inset-bottom, 0px) + var(--standalone-bottom-gap));
}
/* PWA standalone mode: 8px extra breathing room for iOS home indicator */
--standalone-bottom-gap: 8px;
}
@media (max-width: 768px) {
.detail-tab {
min-height: 36px;