feat: try disabling pinch to zoom in on phones
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user