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.
This commit is contained in:
Daniel Micay
2020-12-21 01:52:09 -05:00
parent 875de00901
commit 71db53f1e5
14 changed files with 19 additions and 15 deletions

View File

@@ -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;