summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-07-05 21:34:47 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-07-05 21:40:57 -0400
commit1503d660d291192079b64b3006e53da2686a992e (patch)
tree0424058c25abd69e4cdd5e42504f280385e8caf2 /static/build.html
parent6c68adf04358175e3a855d293f3c5e1b48693794 (diff)
use -webkit-fill-available instead of 100vh
The approach of using 100vh interacts poorly with how Chromium and Safari calculate the viewport height on mobile. They include their navigation bar as part of the viewport height from the start to avoid dynamic changes to the viewport site.
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html
index b6138b31..240db0e8 100644
--- a/static/build.html
+++ b/static/build.html
@@ -20,7 +20,7 @@
<meta property="og:site_name" content="GrapheneOS"/>
<link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
<link rel="mask-icon" href="/safari_pinned_tab_icon.svg" color="#000000"/>
- <link rel="stylesheet" href="/grapheneos.css?12"/>
+ <link rel="stylesheet" href="/grapheneos.css?13"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/build"/>
</head>