Enhance routing in SvelteKit project by adding new receipt-related routes, updating existing route parameters, and improving layout handling. Refactor components to streamline UI interactions and remove unused imports for better performance.
CI / build (push) Has been skipped
CI / deploy (push) Successful in 1m19s

This commit is contained in:
eewing
2026-02-18 10:51:09 -06:00
parent a82c89674a
commit 809c784209
31 changed files with 253 additions and 104 deletions
+7
View File
@@ -102,6 +102,13 @@
* {
@apply border-border;
}
html {
/* Match device text scaling (prevent iOS from inflating text) */
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
/* Slightly smaller base so layout scales better on small screens */
font-size: clamp(14px, 2.5vw + 12px, 16px);
}
body {
@apply bg-background text-foreground;
/* Safe area for notched devices */