PWA
CI / build (push) Has been skipped
CI / deploy (push) Successful in 1m31s

This commit is contained in:
eewing
2026-02-18 11:45:07 -06:00
parent 6167c760a1
commit f6d0c065a4
11032 changed files with 875000 additions and 134771 deletions
+13 -2
View File
@@ -108,21 +108,32 @@
text-size-adjust: 100%;
/* Small font, tuned for ~iPhone 16 Pro (402px viewport) */
font-size: 12px;
width: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
}
body {
@apply bg-background text-foreground;
width: 100%;
margin: 0;
min-height: 100dvh;
overflow-x: hidden;
/* Safe area for notched devices */
padding-left: env(safe-area-inset-left);
padding-right: env(safe-area-inset-right);
padding-bottom: env(safe-area-inset-bottom);
/* Center the app shell on all viewports */
display: flex;
flex-direction: column;
align-items: center;
}
/* Constrain width to iPhone 16 Pro viewport (402px) so layout matches on all devices */
.app-shell {
width: 100%;
max-width: 402px;
min-height: 100dvh;
margin-left: auto;
margin-right: auto;
flex-shrink: 0;
}
/* Compact tap targets so UI is denser */
@media (pointer: coarse) {