feat: try disabling pinch to zoom in on phones

This commit is contained in:
2026-06-06 19:31:53 +05:30
parent 4e234d075f
commit 1195159c3d
3 changed files with 8 additions and 30 deletions

View File

@@ -43,6 +43,7 @@
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: background-color 0.2s ease, color 0.2s ease;
touch-action: pan-x pan-y;
}
html.dark {
@@ -53,6 +54,7 @@
margin: 0;
background-color: #F3EDE4;
transition: background-color 0.2s ease, color 0.2s ease;
touch-action: pan-x pan-y;
}
html.dark body {