summaryrefslogtreecommitdiff
path: root/static/grapheneos.css
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-12-21 01:52:09 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-12-21 01:52:09 -0500
commit71db53f1e500089f717486342acea9216312cd0a (patch)
treef17dbb9a41eb776c04ac17363937aa2292235904 /static/grapheneos.css
parent875de00901b72833641b2d0104ac7b6fc216ff07 (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/grapheneos.css')
-rw-r--r--static/grapheneos.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/grapheneos.css b/static/grapheneos.css
index ec45243d..9f6cc7c4 100644
--- a/static/grapheneos.css
+++ b/static/grapheneos.css
@@ -1,6 +1,10 @@
/* use the standard Material Light theme to match GrapheneOS apps */
/* https://android.googlesource.com/platform/frameworks/base/+/android-9.0.0_r35/core/res/res/values/colors_material.xml */
+html {
+ height: -webkit-fill-available;
+}
+
body {
display: flex;
flex-direction: column;