fix: prevent stale mini app mobile styles

This commit is contained in:
3252a8
2026-06-08 10:02:46 +03:00
parent 3e58e01d53
commit 63192659e4
4 changed files with 21 additions and 5 deletions
+5
View File
@@ -97,6 +97,11 @@ body,
overflow-x: clip;
}
html {
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}
body {
background: var(--bg, #02070b);
color: var(--text);