feat: implement global pull-to-refresh functionality and refine UI typography and layout scaling for improved mobile UX.
Some checks failed
lotteryfront CI / build (push) Has been cancelled

This commit is contained in:
2026-06-24 11:46:49 +08:00
parent f46ccaac6e
commit cff6470031
24 changed files with 253 additions and 60 deletions

View File

@@ -121,11 +121,14 @@
* {
@apply border-border outline-ring/50;
}
body {
@apply bg-background text-foreground;
}
html {
@apply font-sans;
-webkit-text-size-adjust: 100%;
}
body {
@apply bg-background text-foreground;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}
html:lang(ne) {
font-family:
@@ -134,6 +137,9 @@
system-ui,
sans-serif;
}
button, a, [role="button"] {
touch-action: manipulation;
}
}
/* 玩家端 Toast顶部居中、紧凑尺寸位置见 components/ui/sonner.tsx */