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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user