fix(mobile): add viewport-fit=cover for safe area insets on notched devices
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="color-scheme" content="dark" />
|
<meta name="color-scheme" content="dark" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
|
||||||
<meta name="description" content="Self-hosted chat platform" />
|
<meta name="description" content="Self-hosted chat platform" />
|
||||||
<meta name="theme-color" content="#0b0b10" />
|
<meta name="theme-color" content="#0b0b10" />
|
||||||
<meta name="mobile-web-app-capable" content="yes" />
|
<meta name="mobile-web-app-capable" content="yes" />
|
||||||
|
|||||||
Reference in New Issue
Block a user