Skip to content

Commit 0e40674

Browse files
Merge pull request transitive-bullshit#323 from si1k/remove-mobile-whitespace
2 parents 3386229 + db250cd commit 0e40674

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

components/PageHead.tsx

+7-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@ export const PageHead: React.FC<
2626
<meta httpEquiv='Content-Type' content='text/html; charset=utf-8' />
2727
<meta
2828
name='viewport'
29-
content='width=device-width, initial-scale=1, shrink-to-fit=no'
29+
content='width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover'
30+
/>
31+
32+
<meta name='apple-mobile-web-app-capable' content='yes' />
33+
<meta
34+
name='apple-mobile-web-app-status-bar-style'
35+
content='black'
3036
/>
3137

3238
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#fefffe" key="theme-color-light"/>

0 commit comments

Comments
 (0)