diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-07-05 21:34:47 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-07-05 21:40:57 -0400 |
| commit | 1503d660d291192079b64b3006e53da2686a992e (patch) | |
| tree | 0424058c25abd69e4cdd5e42504f280385e8caf2 /static/contact.html | |
| parent | 6c68adf04358175e3a855d293f3c5e1b48693794 (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/contact.html')
| -rw-r--r-- | static/contact.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/contact.html b/static/contact.html index 7376e057..1c33385a 100644 --- a/static/contact.html +++ b/static/contact.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/contact"/> </head> |
