mirror of https://github.com/explosion/spaCy.git
Remove zoom locking (#12164)
* Fix missing comma * Activate user zoom for website This is recommended by lighthouse: > Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more. Also iOS already ignores this attribute anyway.
This commit is contained in:
parent
48159e1d60
commit
a7d6a62f7c
|
@ -17,7 +17,7 @@ export default function App({ Component, pageProps }: AppProps) {
|
||||||
<link rel="manifest" href="/manifest.webmanifest" />
|
<link rel="manifest" href="/manifest.webmanifest" />
|
||||||
<meta
|
<meta
|
||||||
name="viewport"
|
name="viewport"
|
||||||
content="width=device-width, initial-scale=1.0, minimum-scale=1 maximum-scale=1.0, user-scalable=0, shrink-to-fit=no, viewport-fit=cover"
|
content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=5.0, shrink-to-fit=no, viewport-fit=cover"
|
||||||
/>
|
/>
|
||||||
<meta name="theme-color" content="#09a3d5" />
|
<meta name="theme-color" content="#09a3d5" />
|
||||||
<link rel="apple-touch-icon" sizes="192x192" href="/icons/icon-192x192.png" />
|
<link rel="apple-touch-icon" sizes="192x192" href="/icons/icon-192x192.png" />
|
||||||
|
|
Loading…
Reference in New Issue