diff options
Diffstat (limited to 'static/grapheneos.css')
| -rw-r--r-- | static/grapheneos.css | 4 |
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; |
