@things-factory/operato-tools 10.0.0-beta.43 → 10.0.0-beta.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_index.html +2 -2
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
package/_index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8" />
|
|
5
5
|
<title>Operato Tools</title>
|
|
6
6
|
<meta name="generator" content="Things Factory Starter Kit" />
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover" />
|
|
8
8
|
<meta name="description" content="Reimagining Software" />
|
|
9
9
|
|
|
10
10
|
<base href="/" />
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
|
|
27
27
|
<!-- Add to homescreen for Safari on iOS -->
|
|
28
28
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
29
|
-
<meta name="apple-mobile-web-app-status-bar-style" content="
|
|
29
|
+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
|
30
30
|
<meta name="apple-mobile-web-app-title" content="Operato Tools" />
|
|
31
31
|
|
|
32
32
|
<!-- Homescreen icons -->
|