diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-21 01:52:09 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-21 01:52:09 -0500 |
| commit | 71db53f1e500089f717486342acea9216312cd0a (patch) | |
| tree | f17dbb9a41eb776c04ac17363937aa2292235904 /static/pdfviewer-privacy-policy.html | |
| parent | 875de00901b72833641b2d0104ac7b6fc216ff07 (diff) | |
handle changed -webkit-fill-available semantics
Chromium changed how this works to better match the evolving
specification and our usage effectively became a no-op.
Diffstat (limited to 'static/pdfviewer-privacy-policy.html')
| -rw-r--r-- | static/pdfviewer-privacy-policy.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/pdfviewer-privacy-policy.html b/static/pdfviewer-privacy-policy.html index 87774429..ce487f2f 100644 --- a/static/pdfviewer-privacy-policy.html +++ b/static/pdfviewer-privacy-policy.html @@ -21,7 +21,7 @@ <link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/> <link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/> <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/> - <link rel="stylesheet" href="/grapheneos.css?23"/> + <link rel="stylesheet" href="/grapheneos.css?24"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/pdfviewer-privacy-policy"/> <link rel="license" href="/LICENSE.txt"/> |
